public class LmsSignature : IEncodable
Public Class LmsSignature
Implements IEncodable
public ref class LmsSignature : IEncodable
Org.BouncyCastle.Pqc.Crypto.Lms.LmsSignature = function();
Type.createClass(
'Org.BouncyCastle.Pqc.Crypto.Lms.LmsSignature',
null,
Org.BouncyCastle.Utilities.IEncodable);
LmsSignature | Initializes a new instance of the LmsSignature class |
Equals | (Overrides ObjectEquals(Object)) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetEncoded | |
GetHashCode | (Overrides ObjectGetHashCode) |
GetInstance | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |