Summary description for OtherHashAlgAndValue.

Namespace: Org.BouncyCastle.Asn1.Esf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class OtherHashAlgAndValue : Asn1Encodable
Visual Basic
Public Class OtherHashAlgAndValue _
	Inherits Asn1Encodable
Visual C++
public ref class OtherHashAlgAndValue : public Asn1Encodable

Remarks

CopyC#
OtherHashAlgAndValue ::= SEQUENCE {
    hashAlgorithm    AlgorithmIdentifier,
    hashValue        OtherHashValue
}

OtherHashValue ::= OCTET STRING

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Asn1..::..Asn1Encodable
    Org.BouncyCastle.Asn1.Esf..::..OtherHashAlgAndValue

See Also