|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.kems.RSAKEMGenerator
The RSA Key Encapsulation Mechanism (RSA-KEM) from ISO 18033-2.
Constructor Summary | |
RSAKEMGenerator(int keyLen,
DerivationFunction kdf,
java.security.SecureRandom rnd)
Set up the RSA-KEM. |
Method Summary | |
SecretWithEncapsulation |
generateEncapsulated(AsymmetricKeyParameter recipientKey)
Generate secret/encapsulation based on the recipient public key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RSAKEMGenerator(int keyLen, DerivationFunction kdf, java.security.SecureRandom rnd)
kdf
- the key derivation function to be used.rnd
- the random source for the session key.Method Detail |
public SecretWithEncapsulation generateEncapsulated(AsymmetricKeyParameter recipientKey)
EncapsulatedSecretGenerator
generateEncapsulated
in interface EncapsulatedSecretGenerator
org.bouncycastle.crypto.EncapsulatedSecretGenerator
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |