public class

OtherHashAlgAndValue

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.esf.OtherHashAlgAndValue

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm, ASN1OctetString hashValue)
Public Methods
AlgorithmIdentifier getHashAlgorithm()
ASN1OctetString getHashValue()
static OtherHashAlgAndValue getInstance(Object obj)
DERObject toASN1Object()
 OtherHashAlgAndValue ::= SEQUENCE {
     hashAlgorithm AlgorithmIdentifier,
     hashValue OtherHashValue }

 OtherHashValue ::= OCTET STRING
 
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public OtherHashAlgAndValue (AlgorithmIdentifier hashAlgorithm, ASN1OctetString hashValue)

Public Methods

public AlgorithmIdentifier getHashAlgorithm ()

public ASN1OctetString getHashValue ()

public static OtherHashAlgAndValue getInstance (Object obj)

public DERObject toASN1Object ()

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

 OtherHashValue ::= OCTET STRING