org.bouncycastle.asn1.esf
Class OtherHashAlgAndValue
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.OtherHashAlgAndValue
- All Implemented Interfaces:
- ASN1Encodable
public class OtherHashAlgAndValue
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
OtherHashAlgAndValue
public OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm,
ASN1OctetString hashValue)
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
- Specified by:
toASN1Primitive
in interface ASN1Encodable
- Specified by:
toASN1Primitive
in class ASN1Object