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
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
- Overrides:
toASN1Primitive
in class ASN1Object
- Following copied from class:
org.bouncycastle.asn1.ASN1Object
- Returns:
- a primitive representation of this object.