org.bouncycastle.asn1.esf
public class OtherHashAlgAndValue extends ASN1Encodable
BER, DER
Constructor and Description |
---|
OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm,
ASN1OctetString hashValue) |
OtherHashAlgAndValue(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getHashAlgorithm() |
ASN1OctetString |
getHashValue() |
static OtherHashAlgAndValue |
getInstance(java.lang.Object obj) |
DERObject |
toASN1Object()
OtherHashAlgAndValue ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashValue OtherHashValue }
OtherHashValue ::= OCTET STRING
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public OtherHashAlgAndValue(ASN1Sequence seq)
public OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm, ASN1OctetString hashValue)
public static OtherHashAlgAndValue getInstance(java.lang.Object obj)
public AlgorithmIdentifier getHashAlgorithm()
public ASN1OctetString getHashValue()
public DERObject toASN1Object()
OtherHashAlgAndValue ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashValue OtherHashValue } OtherHashValue ::= OCTET STRING
toASN1Object
in class ASN1Encodable