Class KEMKeyWrapper

All Implemented Interfaces:
KeyWrapper

public abstract class KEMKeyWrapper extends AsymmetricKeyWrapper
  • Constructor Details

    • KEMKeyWrapper

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

    • 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()