HssPrivateKeyParameters Constructor

Initializes a new instance of the HssPrivateKeyParameters class

Definition

Namespace: Org.BouncyCastle.Pqc.Crypto.Lms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public HssPrivateKeyParameters(
	int l,
	IList<LmsPrivateKeyParameters> keys,
	IList<LmsSignature> sig,
	long index,
	long indexLimit
)

Parameters

l  Int32
 
keys  IListLmsPrivateKeyParameters
 
sig  IListLmsSignature
 
index  Int64
 
indexLimit  Int64
 

See Also