Class XWingKEMExtractor
java.lang.Object
org.bouncycastle.pqc.crypto.xwing.XWingKEMExtractor
- All Implemented Interfaces:
EncapsulatedSecretExtractor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
extractSecret
(byte[] encapsulation) Extract the secret based on the recipient private key.int
Return the length in bytes of the encapsulation.
-
Constructor Details
-
XWingKEMExtractor
-
-
Method Details
-
extractSecret
public byte[] extractSecret(byte[] encapsulation) Description copied from interface:EncapsulatedSecretExtractor
Extract the secret based on the recipient private key.- Specified by:
extractSecret
in interfaceEncapsulatedSecretExtractor
- Parameters:
encapsulation
- the encapsulated secret.
-
getEncapsulationLength
public int getEncapsulationLength()Description copied from interface:EncapsulatedSecretExtractor
Return the length in bytes of the encapsulation.- Specified by:
getEncapsulationLength
in interfaceEncapsulatedSecretExtractor
- Returns:
- length in bytes of an encapsulation for this parameter set.
-