Package org.bouncycastle.cms
Class KEMKeyWrapper
- java.lang.Object
-
- org.bouncycastle.operator.AsymmetricKeyWrapper
-
- org.bouncycastle.cms.KEMKeyWrapper
-
- All Implemented Interfaces:
org.bouncycastle.operator.KeyWrapper
public abstract class KEMKeyWrapper extends org.bouncycastle.operator.AsymmetricKeyWrapper
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKEMKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract byte[]getEncapsulation()abstract org.bouncycastle.asn1.x509.AlgorithmIdentifiergetKdfAlgorithmIdentifier()abstract intgetKekLength()abstract org.bouncycastle.asn1.x509.AlgorithmIdentifiergetWrapAlgorithmIdentifier()
-
-
-
Method Detail
-
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()
-
-