Class AsymmetricKeyWrapper

java.lang.Object
org.bouncycastle.operator.AsymmetricKeyWrapper
All Implemented Interfaces:
KeyWrapper
Direct Known Subclasses:
BcAsymmetricKeyWrapper, JceAsymmetricKeyWrapper, JceKTSKeyWrapper, KEMKeyWrapper

public abstract class AsymmetricKeyWrapper extends Object implements KeyWrapper
  • Constructor Details

    • AsymmetricKeyWrapper

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

    • getAlgorithmIdentifier

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