Class AsymmetricKeyUnwrapper

java.lang.Object
org.bouncycastle.operator.AsymmetricKeyUnwrapper
All Implemented Interfaces:
KeyUnwrapper
Direct Known Subclasses:
BcAsymmetricKeyUnwrapper, JceAsymmetricKeyUnwrapper, JceKTSKeyUnwrapper

public abstract class AsymmetricKeyUnwrapper extends Object implements KeyUnwrapper
  • Constructor Details

    • AsymmetricKeyUnwrapper

      protected AsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
  • Method Details

    • getAlgorithmIdentifier

      public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
      Specified by:
      getAlgorithmIdentifier in interface KeyUnwrapper