Table of Contents

Class HssKeyGenerationParameters

Namespace
Org.BouncyCastle.Pqc.Crypto.Lms
Assembly
BouncyCastle.Cryptography.dll
public sealed class HssKeyGenerationParameters : KeyGenerationParameters
Inheritance
HssKeyGenerationParameters
Inherited Members

Constructors

HssKeyGenerationParameters(LmsParameters[], SecureRandom)

public HssKeyGenerationParameters(LmsParameters[] lmsParameters, SecureRandom random)

Parameters

lmsParameters LmsParameters[]
random SecureRandom

Properties

Depth

public int Depth { get; }

Property Value

int

Methods

GetLmsParameters(int)

public LmsParameters GetLmsParameters(int index)

Parameters

index int

Returns

LmsParameters