Class KEMKeyWrapper

All Implemented Interfaces:
KeyWrapper

public abstract class KEMKeyWrapper extends AsymmetricKeyWrapper
  • Constructor Details Link icon

    • KEMKeyWrapper Link icon

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

    • getEncapsulation Link icon

      public abstract byte[] getEncapsulation()
    • getKdfAlgorithmIdentifier Link icon

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

      public abstract int getKekLength()
    • getWrapAlgorithmIdentifier Link icon

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