Package org.bouncycastle.cms
Class KEMKeyWrapper
java.lang.Object
org.bouncycastle.operator.AsymmetricKeyWrapper
org.bouncycastle.cms.KEMKeyWrapper
- All Implemented Interfaces:
KeyWrapper
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
KEMKeyWrapper
(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId) -
Method Summary
Modifier and TypeMethodDescriptionabstract byte[]
abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier
abstract int
abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier
Methods inherited from class org.bouncycastle.operator.AsymmetricKeyWrapper
getAlgorithmIdentifier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bouncycastle.operator.KeyWrapper
generateWrappedKey
-
Constructor Details
-
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()
-