public class OtherHashAlgAndValue extends ASN1Object
| Constructor and Description |
|---|
OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm,
ASN1OctetString hashValue) |
| Modifier and Type | Method and 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, toASN1Objectpublic 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 ASN1EncodabletoASN1Primitive in class ASN1Object