public class SignerIdentifier
extends org.bouncycastle.asn1.ASN1Object
implements org.bouncycastle.asn1.ASN1Choice
SignerIdentifier ::= CHOICE { digest HashedId8, certificate SequenceOfCertificate, self NULL, ... }
Modifier and Type | Class and Description |
---|---|
static class |
SignerIdentifier.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
certificate |
static int |
digest |
static int |
extension |
static int |
self |
Constructor and Description |
---|
SignerIdentifier(int choice,
org.bouncycastle.asn1.ASN1Encodable value) |
Modifier and Type | Method and Description |
---|---|
static SignerIdentifier.Builder |
builder() |
int |
getChoice() |
static SignerIdentifier |
getInstance(java.lang.Object src) |
org.bouncycastle.asn1.ASN1Encodable |
getObject() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static final int digest
public static final int certificate
public static final int self
public static final int extension
public SignerIdentifier(int choice, org.bouncycastle.asn1.ASN1Encodable value)
public static final SignerIdentifier getInstance(java.lang.Object src)
public static SignerIdentifier.Builder builder()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object
public int getChoice()
public org.bouncycastle.asn1.ASN1Encodable getObject()