public sealed class LmsPrivateKeyParameters : LmsKeyParameters,
ILmsContextBasedSigner
Public NotInheritable Class LmsPrivateKeyParameters
Inherits LmsKeyParameters
Implements ILmsContextBasedSigner
public ref class LmsPrivateKeyParameters sealed : public LmsKeyParameters,
ILmsContextBasedSigner
Org.BouncyCastle.Pqc.Crypto.Lms.LmsPrivateKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Pqc.Crypto.Lms.LmsPrivateKeyParameters',
Org.BouncyCastle.Pqc.Crypto.Lms.LmsKeyParameters,
Org.BouncyCastle.Pqc.Crypto.Lms.ILmsContextBasedSigner);
LmsPrivateKeyParameters | Initializes a new instance of the LmsPrivateKeyParameters class |
IsPrivate | (Inherited from AsymmetricKeyParameter) |
Equals | (Overrides AsymmetricKeyParameterEquals(Object)) |
ExtractKeyShard | |
GenerateLmsContext | |
GenerateSignature | |
GetEncoded | (Overrides LmsKeyParametersGetEncoded) |
GetHashCode | (Overrides AsymmetricKeyParameterGetHashCode) |
GetI | |
GetIndex | |
GetInstance(Object) | |
GetInstance(Byte, Byte) | |
GetMasterSecret | |
GetOtsParameters | |
GetPublicKey | |
GetSigParameters | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetUsagesRemaining | |
ToString | Returns a string that represents the current object. (Inherited from Object) |