public class OtherHashAlgAndValue
extends org.bouncycastle.asn1.ASN1Object
| Constructor and Description |
|---|
OtherHashAlgAndValue(org.bouncycastle.asn1.x509.AlgorithmIdentifier hashAlgorithm,
org.bouncycastle.asn1.ASN1OctetString hashValue) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getHashAlgorithm() |
org.bouncycastle.asn1.ASN1OctetString |
getHashValue() |
static OtherHashAlgAndValue |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
OtherHashAlgAndValue ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashValue OtherHashValue }
OtherHashValue ::= OCTET STRING
|
public OtherHashAlgAndValue(org.bouncycastle.asn1.x509.AlgorithmIdentifier hashAlgorithm,
org.bouncycastle.asn1.ASN1OctetString hashValue)
public static OtherHashAlgAndValue getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getHashAlgorithm()
public org.bouncycastle.asn1.ASN1OctetString getHashValue()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
OtherHashAlgAndValue ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashValue OtherHashValue }
OtherHashValue ::= OCTET STRING
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object