Table of Contents

Class SlhDsaKeyGenerationParameters

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

Constructors

SlhDsaKeyGenerationParameters(SecureRandom, DerObjectIdentifier)

public SlhDsaKeyGenerationParameters(SecureRandom random, DerObjectIdentifier parametersOid)

Parameters

random SecureRandom
parametersOid DerObjectIdentifier

SlhDsaKeyGenerationParameters(SecureRandom, SlhDsaParameters)

public SlhDsaKeyGenerationParameters(SecureRandom random, SlhDsaParameters parameters)

Parameters

random SecureRandom
parameters SlhDsaParameters

Properties

Parameters

public SlhDsaParameters Parameters { get; }

Property Value

SlhDsaParameters