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
randomSecureRandomparametersOidDerObjectIdentifier
MLKemKeyGenerationParameters(SecureRandom, MLKemParameters)
public MLKemKeyGenerationParameters(SecureRandom random, MLKemParameters parameters)
Parameters
randomSecureRandomparametersMLKemParameters
Properties
Parameters
public MLKemParameters Parameters { get; }