Class KEMKeyWrapper

java.lang.Object
org.bouncycastle.operator.KEMKeyWrapper
All Implemented Interfaces:
KeyWrapper

public abstract class KEMKeyWrapper extends Object implements KeyWrapper
  • Constructor Details

    • KEMKeyWrapper

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

    • getAlgorithmIdentifier

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

      public abstract byte[] getEncapsulation()
    • getKdfAlgorithmIdentifier

      public abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier getKdfAlgorithmIdentifier()
    • getKekLength

      public abstract int getKekLength()
    • getWrapAlgorithmIdentifier

      public abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier getWrapAlgorithmIdentifier()