|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.operator.AsymmetricKeyWrapper | +--org.bouncycastle.cms.KEMKeyWrapper
Constructor Summary | |
protected |
KEMKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
|
Method Summary | |
abstract byte[] |
getEncapsulation()
|
abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getKdfAlgorithmIdentifier()
|
abstract int |
getKekLength()
|
abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getWrapAlgorithmIdentifier()
|
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 Detail |
protected KEMKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
Method Detail |
public abstract byte[] getEncapsulation()
public abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier getKdfAlgorithmIdentifier()
public abstract int getKekLength()
public abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier getWrapAlgorithmIdentifier()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |