Class BcAsymmetricKeyUnwrapper

java.lang.Object
org.bouncycastle.operator.AsymmetricKeyUnwrapper
org.bouncycastle.operator.bc.BcAsymmetricKeyUnwrapper
All Implemented Interfaces:
KeyUnwrapper
Direct Known Subclasses:
BcRSAAsymmetricKeyUnwrapper

public abstract class BcAsymmetricKeyUnwrapper extends AsymmetricKeyUnwrapper
  • Constructor Details

    • BcAsymmetricKeyUnwrapper

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

    • generateUnwrappedKey

      public GenericKey generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedKey) throws OperatorException
      Throws:
      OperatorException
    • createAsymmetricUnwrapper

      protected abstract org.bouncycastle.crypto.AsymmetricBlockCipher createAsymmetricUnwrapper(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)