Package 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
Constructors Constructor Description OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm, ASN1OctetString hashValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmIdentifiergetHashAlgorithm()ASN1OctetStringgetHashValue()static OtherHashAlgAndValuegetInstance(java.lang.Object obj)ASN1PrimitivetoASN1Primitive()OtherHashAlgAndValue ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashValue OtherHashValue } OtherHashValue ::= OCTET STRING-
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
-
-
-
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- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-
-