Table of Contents

Class FrodoKEMGenerator

Namespace
Org.BouncyCastle.Pqc.Crypto.Frodo
Assembly
BouncyCastle.Cryptography.dll
public class FrodoKEMGenerator : IEncapsulatedSecretGenerator
Inheritance
FrodoKEMGenerator
Implements
Inherited Members

Constructors

FrodoKEMGenerator(SecureRandom)

public FrodoKEMGenerator(SecureRandom random)

Parameters

random SecureRandom

Methods

GenerateEncapsulated(AsymmetricKeyParameter)

Generate an exchange pair based on the recipient public key.

public ISecretWithEncapsulation GenerateEncapsulated(AsymmetricKeyParameter recipientKey)

Parameters

recipientKey AsymmetricKeyParameter

Returns

ISecretWithEncapsulation

An SecretWithEncapsulation derived from the recipient public key.