Class OtherHash
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.Esf
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class OtherHash : Asn1Encodable, IAsn1Convertible, IAsn1Choice
- Inheritance
-
OtherHash
- Implements
-
- Inherited Members
-
Constructors
OtherHash(Asn1OctetString)
public OtherHash(Asn1OctetString sha1Hash)
Parameters
sha1Hash
Asn1OctetString
OtherHash(OtherHashAlgAndValue)
public OtherHash(OtherHashAlgAndValue otherHash)
Parameters
otherHash
OtherHashAlgAndValue
OtherHash(byte[])
public OtherHash(byte[] sha1Hash)
Parameters
sha1Hash
byte[]
Properties
HashAlgorithm
public AlgorithmIdentifier HashAlgorithm { get; }
Property Value
- AlgorithmIdentifier
Methods
GetHashValue()
public byte[] GetHashValue()
Returns
- byte[]
GetInstance(object)
public static OtherHash GetInstance(object obj)
Parameters
obj
object
Returns
- OtherHash
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object