Class KEMKeyUnwrapper

java.lang.Object
org.bouncycastle.operator.KEMKeyUnwrapper
All Implemented Interfaces:
KeyUnwrapper

public abstract class KEMKeyUnwrapper extends Object implements KeyUnwrapper
  • Constructor Details

    • KEMKeyUnwrapper

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

    • getAlgorithmIdentifier

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

      public abstract int getKekLength()
    • getWrapAlgorithmIdentifier

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