Table of Contents

Class MLKemKeyGenerationParameters

Namespace
Org.BouncyCastle.Crypto.Parameters
Assembly
BouncyCastle.Cryptography.dll
public sealed class MLKemKeyGenerationParameters : KeyGenerationParameters
Inheritance
MLKemKeyGenerationParameters
Inherited Members

Constructors

MLKemKeyGenerationParameters(SecureRandom, DerObjectIdentifier)

public MLKemKeyGenerationParameters(SecureRandom random, DerObjectIdentifier parametersOid)

Parameters

random SecureRandom
parametersOid DerObjectIdentifier

MLKemKeyGenerationParameters(SecureRandom, MLKemParameters)

public MLKemKeyGenerationParameters(SecureRandom random, MLKemParameters parameters)

Parameters

random SecureRandom
parameters MLKemParameters

Properties

Parameters

public MLKemParameters Parameters { get; }

Property Value

MLKemParameters