ASN1Encodable
, Encodable
public class OtherHashAlgAndValue extends ASN1Object
Constructor | Description |
---|---|
OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm,
ASN1OctetString hashValue) |
Modifier and Type | Method | Description |
---|---|---|
AlgorithmIdentifier |
getHashAlgorithm() |
|
ASN1OctetString |
getHashValue() |
|
static OtherHashAlgAndValue |
getInstance(java.lang.Object obj) |
|
ASN1Primitive |
toASN1Primitive() |
OtherHashAlgAndValue ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashValue OtherHashValue }
OtherHashValue ::= OCTET STRING
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm, ASN1OctetString hashValue)
public static OtherHashAlgAndValue getInstance(java.lang.Object obj)
public AlgorithmIdentifier getHashAlgorithm()
public ASN1OctetString getHashValue()
public ASN1Primitive toASN1Primitive()
OtherHashAlgAndValue ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashValue OtherHashValue } OtherHashValue ::= OCTET STRING
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object