Class BcAsymmetricKeyWrapper

java.lang.Object
org.spongycastle.operator.AsymmetricKeyWrapper
org.spongycastle.operator.bc.BcAsymmetricKeyWrapper
All Implemented Interfaces:
KeyWrapper
Direct Known Subclasses:
BcRSAAsymmetricKeyWrapper

public abstract class BcAsymmetricKeyWrapper extends AsymmetricKeyWrapper
  • Constructor Details

    • BcAsymmetricKeyWrapper

      public BcAsymmetricKeyWrapper(org.spongycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.spongycastle.crypto.params.AsymmetricKeyParameter publicKey)
  • Method Details