Package org.bouncycastle.oer.its
Class SignerIdentifier
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.SignerIdentifier
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice
,org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class SignerIdentifier extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.ASN1Choice
SignerIdentifier ::= CHOICE { digest HashedId8, certificate SequenceOfCertificate, self NULL, ... }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SignerIdentifier.Builder
-
Field Summary
Fields Modifier and Type Field Description static int
certificate
static int
digest
static int
extension
static int
self
-
Constructor Summary
Constructors Constructor Description SignerIdentifier(int choice, org.bouncycastle.asn1.ASN1Encodable value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SignerIdentifier.Builder
builder()
int
getChoice()
static SignerIdentifier
getInstance(java.lang.Object src)
org.bouncycastle.asn1.ASN1Encodable
getObject()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Field Detail
-
digest
public static final int digest
- See Also:
- Constant Field Values
-
certificate
public static final int certificate
- See Also:
- Constant Field Values
-
self
public static final int self
- See Also:
- Constant Field Values
-
extension
public static final int extension
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static final SignerIdentifier getInstance(java.lang.Object src)
-
builder
public static SignerIdentifier.Builder builder()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
getChoice
public int getChoice()
-
getObject
public org.bouncycastle.asn1.ASN1Encodable getObject()
-
-