Package org.bouncycastle.pqc.crypto.ntru
Class NTRUKEMExtractor
java.lang.Object
org.bouncycastle.pqc.crypto.ntru.NTRUKEMExtractor
- All Implemented Interfaces:
EncapsulatedSecretExtractor
NTRU secret encapsulation extractor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]extractSecret(byte[] encapsulation) Extract the secret based on the recipient private key.intReturn the length in bytes of the encapsulation.
-
Constructor Details
-
NTRUKEMExtractor
Constructor. an NTRU parameter- Parameters:
ntruPrivateKey- private key used to encapsulate the secret
-
-
Method Details
-
extractSecret
public byte[] extractSecret(byte[] encapsulation) Description copied from interface:EncapsulatedSecretExtractorExtract the secret based on the recipient private key.- Specified by:
extractSecretin interfaceEncapsulatedSecretExtractor- Parameters:
encapsulation- the encapsulated secret.
-
getEncapsulationLength
public int getEncapsulationLength()Description copied from interface:EncapsulatedSecretExtractorReturn the length in bytes of the encapsulation.- Specified by:
getEncapsulationLengthin interfaceEncapsulatedSecretExtractor- Returns:
- length in bytes of an encapsulation for this parameter set.
-