Package org.bouncycastle.oer.its
Class IssuerIdentifier
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.IssuerIdentifier
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice
,org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class IssuerIdentifier
extends org.bouncycastle.asn1.ASN1Object
implements org.bouncycastle.asn1.ASN1Choice
IssuerIdentifier ::= CHOICE { sha256AndDigest HashedId8, self HashAlgorithm, ..., sha384AndDigest HashedId8 }
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IssuerIdentifier.Builder
builder()
int
static IssuerIdentifier
getInstance
(Object choice) org.bouncycastle.asn1.ASN1Encodable
getValue()
boolean
isSelf()
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
sha256AndDigest
public static final int sha256AndDigest- See Also:
-
self
public static final int self- See Also:
-
extension
public static final int extension- See Also:
-
sha384AndDigest
public static final int sha384AndDigest- See Also:
-
-
Constructor Details
-
IssuerIdentifier
public IssuerIdentifier(int choice, org.bouncycastle.asn1.ASN1Encodable value)
-
-
Method Details
-
getInstance
-
builder
-
isSelf
public boolean isSelf() -
getChoice
public int getChoice() -
getValue
public org.bouncycastle.asn1.ASN1Encodable getValue() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-