Class BcAsymmetricKeyWrapper

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

public abstract class BcAsymmetricKeyWrapper extends AsymmetricKeyWrapper
  • Constructor Details

    • BcAsymmetricKeyWrapper

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