public class OtherHashAlgAndValue extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
private AlgorithmIdentifier |
hashAlgorithm |
private ASN1OctetString |
hashValue |
| Modifier | Constructor and Description |
|---|---|
|
OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm,
ASN1OctetString hashValue) |
private |
OtherHashAlgAndValue(ASN1Sequence seq) |
| 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, toASN1Objectprivate AlgorithmIdentifier hashAlgorithm
private ASN1OctetString hashValue
private OtherHashAlgAndValue(ASN1Sequence seq)
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 ASN1EncodabletoASN1Primitive in class ASN1Object