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

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

Méthodes publiques

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

Private Methods

Méthode Description
OtherHashAlgAndValue ( Asn1Sequence seq ) : System

Method Details

GetHashValue() public méthode

public GetHashValue ( ) : byte[]
Résultat byte[]

GetInstance() public static méthode

public static GetInstance ( object obj ) : OtherHashAlgAndValue
obj object
Résultat OtherHashAlgAndValue

OtherHashAlgAndValue() public méthode

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

OtherHashAlgAndValue() public méthode

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

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object