Interface EncapsulatedSecretGenerator
- All Known Implementing Classes:
BIKEKEMGenerator, CMCEKEMGenerator, ECIESKEMGenerator, FrodoKEMGenerator, HQCKEMGenerator, MLKEMGenerator, NTRUKEMGenerator, NTRULPRimeKEMGenerator, RSAKEMGenerator, SABERKEMGenerator, SAKKEKEMSGenerator, SNTRUPrimeKEMGenerator, XWingKEMGenerator
public interface EncapsulatedSecretGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongenerateEncapsulated(AsymmetricKeyParameter recipientKey) Generate secret/encapsulation based on the recipient public key.
-
Method Details
-
generateEncapsulated
Generate secret/encapsulation based on the recipient public key.- Returns:
- An SecretWithEncapsulation derived from the recipient public key.
-