Package org.bouncycastle.operator
Class KEMKeyUnwrapper
java.lang.Object
org.bouncycastle.operator.KEMKeyUnwrapper
- All Implemented Interfaces:
KeyUnwrapper
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKEMKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.AlgorithmIdentifierabstract intabstract org.bouncycastle.asn1.x509.AlgorithmIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bouncycastle.operator.KeyUnwrapper
generateUnwrappedKey
-
Constructor Details
-
KEMKeyUnwrapper
protected KEMKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
-
-
Method Details
-
getAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()- Specified by:
getAlgorithmIdentifierin interfaceKeyUnwrapper
-
getKekLength
public abstract int getKekLength() -
getWrapAlgorithmIdentifier
public abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier getWrapAlgorithmIdentifier()
-