|
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.RSAKEMExtractor
The RSA Key Encapsulation Mechanism (RSA-KEM) from ISO 18033-2.
| Constructor Summary | |
RSAKEMExtractor(RSAKeyParameters privKey,
int keyLen,
DerivationFunction kdf)
Set up the RSA-KEM. |
|
| Method Summary | |
byte[] |
extractSecret(byte[] encapsulation)
Extract the secret based on the recipient private key. |
int |
getEncapsulationLength()
Return the length in bytes of the encapsulation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RSAKEMExtractor(RSAKeyParameters privKey,
int keyLen,
DerivationFunction kdf)
privKey - the decryption key.keyLen - length in bytes of key to generate.kdf - the key derivation function to be used.| Method Detail |
public byte[] extractSecret(byte[] encapsulation)
EncapsulatedSecretExtractor
extractSecret in interface EncapsulatedSecretExtractorencapsulation - the encapsulated secret.public int getEncapsulationLength()
EncapsulatedSecretExtractor
getEncapsulationLength in interface EncapsulatedSecretExtractor
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||