public class OtherHashAlgAndValue extends ASN1Encodable
BER, DER
Constructor and Description |
---|
OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm,
ASN1OctetString hashValue) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getHashAlgorithm() |
ASN1OctetString |
getHashValue() |
static OtherHashAlgAndValue |
getInstance(Object obj) |
DERObject |
toASN1Object()
OtherHashAlgAndValue ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashValue OtherHashValue }
OtherHashValue ::= OCTET STRING
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm, ASN1OctetString hashValue)
public static OtherHashAlgAndValue getInstance(Object obj)
public AlgorithmIdentifier getHashAlgorithm()
public ASN1OctetString getHashValue()
public DERObject toASN1Object()
OtherHashAlgAndValue ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashValue OtherHashValue } OtherHashValue ::= OCTET STRING
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.