Class SymmetricKeyWrapper

java.lang.Object
org.bouncycastle.operator.SymmetricKeyWrapper
All Implemented Interfaces:
KeyWrapper
Direct Known Subclasses:
BcSymmetricKeyWrapper, JceSymmetricKeyWrapper

public abstract class SymmetricKeyWrapper extends Object implements KeyWrapper
  • Constructor Details

    • SymmetricKeyWrapper

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

    • getAlgorithmIdentifier

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