Package org.bouncycastle.asn1.esf
Class OtherHashAlgAndValue
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.OtherHashAlgAndValue
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionOtherHashAlgAndValue
(AlgorithmIdentifier hashAlgorithm, ASN1OctetString hashValue) -
Method Summary
Modifier and TypeMethodDescriptionstatic OtherHashAlgAndValue
getInstance
(Object obj) OtherHashAlgAndValue ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashValue OtherHashValue } OtherHashValue ::= OCTET STRINGMethods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
OtherHashAlgAndValue
-
-
Method Details
-
getInstance
-
getHashAlgorithm
-
getHashValue
-
toASN1Primitive
OtherHashAlgAndValue ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashValue OtherHashValue } OtherHashValue ::= OCTET STRING
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-