|
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.pqc.crypto.cmce.CMCEKEMExtractor
Constructor Summary | |
CMCEKEMExtractor(CMCEPrivateKeyParameters privParams)
|
Method Summary | |
byte[] |
extractSecret(byte[] encapsulation)
Extract the secret based on the recipient private key. |
byte[] |
extractSecret(byte[] encapsulation,
int sessionKeySizeInBits)
|
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 CMCEKEMExtractor(CMCEPrivateKeyParameters privParams)
Method Detail |
public byte[] extractSecret(byte[] encapsulation)
EncapsulatedSecretExtractor
extractSecret
in interface EncapsulatedSecretExtractor
encapsulation
- the encapsulated secret.public byte[] extractSecret(byte[] encapsulation, int sessionKeySizeInBits)
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 |