public class IssuerIdentifier
extends org.bouncycastle.asn1.ASN1Object
implements org.bouncycastle.asn1.ASN1Choice
IssuerIdentifier ::= CHOICE { sha256AndDigest HashedId8, self HashAlgorithm, ..., sha384AndDigest HashedId8 }
Modifier and Type | Class and Description |
---|---|
static class |
IssuerIdentifier.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
extension |
static int |
self |
static int |
sha256AndDigest |
static int |
sha384AndDigest |
Constructor and Description |
---|
IssuerIdentifier(int choice,
org.bouncycastle.asn1.ASN1Encodable value) |
Modifier and Type | Method and Description |
---|---|
static IssuerIdentifier.Builder |
builder() |
int |
getChoice() |
static IssuerIdentifier |
getInstance(java.lang.Object choice) |
org.bouncycastle.asn1.ASN1Encodable |
getValue() |
boolean |
isSelf() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static final int sha256AndDigest
public static final int self
public static final int extension
public static final int sha384AndDigest
public IssuerIdentifier(int choice, org.bouncycastle.asn1.ASN1Encodable value)
public static IssuerIdentifier getInstance(java.lang.Object choice)
public static IssuerIdentifier.Builder builder()
public boolean isSelf()
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