public sealed class LmsSigner : IMessageSigner
Public NotInheritable Class LmsSigner
Implements IMessageSigner
public ref class LmsSigner sealed : IMessageSigner
Org.BouncyCastle.Pqc.Crypto.Lms.LmsSigner = function();
Type.createClass(
'Org.BouncyCastle.Pqc.Crypto.Lms.LmsSigner',
null,
Org.BouncyCastle.Pqc.Crypto.IMessageSigner);
LmsSigner | Initializes a new instance of the LmsSigner class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GenerateSignature | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
VerifySignature |