|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||