|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.kems.ECIESKEMExtractor
The ECIES Key Encapsulation Mechanism (ECIES-KEM) from ISO 18033-2.
Constructor Summary | |
ECIESKEMExtractor(ECPrivateKeyParameters decKey,
int keyLen,
DerivationFunction kdf)
Set up the ECIES-KEM. |
|
ECIESKEMExtractor(ECPrivateKeyParameters decKey,
int keyLen,
DerivationFunction kdf,
boolean cofactorMode,
boolean oldCofactorMode,
boolean singleHashMode)
Set up the ECIES-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 ECIESKEMExtractor(ECPrivateKeyParameters decKey, int keyLen, DerivationFunction kdf)
decKey
- the decryption key.keyLen
- length in bytes of key to generate.kdf
- the key derivation function to be used.public ECIESKEMExtractor(ECPrivateKeyParameters decKey, int keyLen, DerivationFunction kdf, boolean cofactorMode, boolean oldCofactorMode, boolean singleHashMode)
decKey
- the decryption key.keyLen
- length in bytes of key to generate.kdf
- the key derivation function to be used.cofactorMode
- if true use the new cofactor ECDH.oldCofactorMode
- if true use the old cofactor ECDH.singleHashMode
- if true use single hash mode.Method Detail |
public byte[] extractSecret(byte[] encapsulation)
EncapsulatedSecretExtractor
extractSecret
in interface EncapsulatedSecretExtractor
encapsulation
- the encapsulated secret.public int getEncapsulationLength()
EncapsulatedSecretExtractor
getEncapsulationLength
in interface EncapsulatedSecretExtractor
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |