public class OtherHash : Asn1Encodable, IAsn1Choice
Public Class OtherHash
Inherits Asn1Encodable
Implements IAsn1Choice
public ref class OtherHash : public Asn1Encodable,
IAsn1Choice
Org.BouncyCastle.Asn1.Esf.OtherHash = function();
Type.createClass(
'Org.BouncyCastle.Asn1.Esf.OtherHash',
Org.BouncyCastle.Asn1.Asn1Encodable,
Org.BouncyCastle.Asn1.IAsn1Choice);
OtherHash ::= CHOICE {
sha1Hash OtherHashValue, -- This contains a SHA-1 hash
otherHash OtherHashAlgAndValue
}
OtherHashValue ::= OCTET STRING
OtherHash(Asn1OctetString) | Initializes a new instance of the OtherHash class |
OtherHash(Byte) | Initializes a new instance of the OtherHash class |
OtherHash(OtherHashAlgAndValue) | Initializes a new instance of the OtherHash class |
EncodeTo(Stream) | (Inherited from Asn1Encodable) |
EncodeTo(Stream, String) | (Inherited from Asn1Encodable) |
Equals | (Inherited from Asn1Encodable) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetDerEncoded | (Inherited from Asn1Encodable) |
GetEncoded | (Inherited from Asn1Encodable) |
GetEncoded(String) | (Inherited from Asn1Encodable) |
GetHashCode | (Inherited from Asn1Encodable) |
GetHashValue | |
GetInstance | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToAsn1Object | (Overrides Asn1EncodableToAsn1Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |