public class HashedData
extends org.bouncycastle.asn1.ASN1Object
implements org.bouncycastle.asn1.ASN1Choice
HashedData::= CHOICE { sha256HashedData OCTET STRING (SIZE(32)), ..., sha384HashedData OCTET STRING (SIZE(48)), reserved OCTET STRING (SIZE(32)) }
Modifier and Type | Class and Description |
---|---|
static class |
HashedData.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
extension |
static int |
reserved |
static int |
sha256HashedData |
static int |
sha384HashedData |
Constructor and Description |
---|
HashedData(int choice,
org.bouncycastle.asn1.ASN1Encodable sha256HashedData) |
Modifier and Type | Method and Description |
---|---|
int |
getChoice() |
static HashedData |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1Encodable |
getValue() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static final int sha256HashedData
public static final int extension
public static final int sha384HashedData
public static final int reserved
public HashedData(int choice, org.bouncycastle.asn1.ASN1Encodable sha256HashedData)
public static HashedData getInstance(java.lang.Object o)
public int getChoice()
public org.bouncycastle.asn1.ASN1Encodable getValue()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object