C# Class Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue

Summary description for OtherHashAlgAndValue.
OtherHashAlgAndValue ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashValue OtherHashValue } OtherHashValue ::= OCTET STRING
Inheritance: Asn1Encodable
Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetHashValue ( ) : byte[]
GetInstance ( object obj ) : OtherHashAlgAndValue
OtherHashAlgAndValue ( AlgorithmIdentifier hashAlgorithm, Asn1OctetString hashValue ) : System
OtherHashAlgAndValue ( AlgorithmIdentifier hashAlgorithm, byte hashValue ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
OtherHashAlgAndValue ( Asn1Sequence seq ) : System

Method Details

GetHashValue() public method

public GetHashValue ( ) : byte[]
return byte[]

GetInstance() public static method

public static GetInstance ( object obj ) : OtherHashAlgAndValue
obj object
return OtherHashAlgAndValue

OtherHashAlgAndValue() public method

public OtherHashAlgAndValue ( AlgorithmIdentifier hashAlgorithm, Asn1OctetString hashValue ) : System
hashAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
hashValue Asn1OctetString
return System

OtherHashAlgAndValue() public method

public OtherHashAlgAndValue ( AlgorithmIdentifier hashAlgorithm, byte hashValue ) : System
hashAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
hashValue byte
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object