<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />

HssPrivateKeyParameters

public long IndexLimit { get; }

public int L { get; }

public int Level { get; }

public HssPrivateKeyParameters(int l, IList<LmsPrivateKeyParameters> keys, IList<LmsSignature> sig, long index, long indexLimit)

public static HssPrivateKeyParameters GetInstance(byte[] privEnc, byte[] pubEnc)

public static HssPrivateKeyParameters GetInstance(object src)

protected object Clone()

public byte[] GenerateSignature(LmsContext context)

public long GetIndex()

public long GetUsagesRemaining()

public bool IsShard()