Bouncy Castle Cryptography Library 1.71

org.bouncycastle.crypto
Interface EncapsulatedSecretGenerator

All Known Implementing Classes:
CMCEKEMGenerator, FrodoKEMGenerator, SABERKEMGenerator

public interface EncapsulatedSecretGenerator


Method Summary
 SecretWithEncapsulation generateEncapsulated(AsymmetricKeyParameter recipientKey)
          Generate an exchange pair based on the recipient public key.
 

Method Detail

generateEncapsulated

public SecretWithEncapsulation generateEncapsulated(AsymmetricKeyParameter recipientKey)
Generate an exchange pair based on the recipient public key.
Returns:
An SecretWithEncapsulation derived from the recipient public key.

Bouncy Castle Cryptography Library 1.71