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