Class MLDsaKeyGenerationParameters
- Namespace
- Org.BouncyCastle.Crypto.Parameters
- Assembly
- BouncyCastle.Cryptography.dll
public sealed class MLDsaKeyGenerationParameters : KeyGenerationParameters
- Inheritance
-
MLDsaKeyGenerationParameters
- Inherited Members
Constructors
MLDsaKeyGenerationParameters(SecureRandom, DerObjectIdentifier)
public MLDsaKeyGenerationParameters(SecureRandom random, DerObjectIdentifier parametersOid)
Parameters
randomSecureRandomparametersOidDerObjectIdentifier
MLDsaKeyGenerationParameters(SecureRandom, MLDsaParameters)
public MLDsaKeyGenerationParameters(SecureRandom random, MLDsaParameters parameters)
Parameters
randomSecureRandomparametersMLDsaParameters
Properties
Parameters
public MLDsaParameters Parameters { get; }