Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1.esf
Class OtherHashAlgAndValue

java.lang.Object
  |
  +--org.bouncycastle.asn1.ASN1Object
        |
        +--org.bouncycastle.asn1.esf.OtherHashAlgAndValue
All Implemented Interfaces:
ASN1Encodable, Encodable

public class OtherHashAlgAndValue
extends ASN1Object


Constructor Summary
OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm, ASN1OctetString hashValue)
           
 
Method Summary
 AlgorithmIdentifier getHashAlgorithm()
           
 ASN1OctetString getHashValue()
           
static OtherHashAlgAndValue getInstance(java.lang.Object obj)
           
 ASN1Primitive toASN1Primitive()
          OtherHashAlgAndValue ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashValue OtherHashValue } OtherHashValue ::= OCTET STRING
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtherHashAlgAndValue

public OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm,
                            ASN1OctetString hashValue)
Method Detail

getInstance

public static OtherHashAlgAndValue getInstance(java.lang.Object obj)

getHashAlgorithm

public AlgorithmIdentifier getHashAlgorithm()

getHashValue

public ASN1OctetString getHashValue()

toASN1Primitive

public ASN1Primitive toASN1Primitive()
OtherHashAlgAndValue ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashValue OtherHashValue } OtherHashValue ::= OCTET STRING
Overrides:
toASN1Primitive in class ASN1Object
Following copied from class: org.bouncycastle.asn1.ASN1Object
Returns:
a primitive representation of this object.

Bouncy Castle Cryptography Library 1.77.0