Package org.bouncycastle.oer.its
Class CertificateId
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.CertificateId
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice
,org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class CertificateId extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.ASN1Choice
CertificateId ::= CHOICE { linkageData LinkageData, name Hostname, binaryId OCTET STRING(SIZE(1..64)), none NULL, ... }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CertificateId.Builder
-
Field Summary
Fields Modifier and Type Field Description static int
binaryId
static int
extension
static int
linkageData
static int
name
static int
none
-
Constructor Summary
Constructors Constructor Description CertificateId(int choice, org.bouncycastle.asn1.ASN1Encodable value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CertificateId.Builder
builder()
int
getChoice()
static CertificateId
getInstance(java.lang.Object o)
org.bouncycastle.asn1.ASN1Encodable
getValue()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Field Detail
-
linkageData
public static final int linkageData
- See Also:
- Constant Field Values
-
name
public static final int name
- See Also:
- Constant Field Values
-
binaryId
public static final int binaryId
- See Also:
- Constant Field Values
-
none
public static final int none
- See Also:
- Constant Field Values
-
extension
public static final int extension
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static CertificateId getInstance(java.lang.Object o)
-
builder
public static CertificateId.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()
-
getValue
public org.bouncycastle.asn1.ASN1Encodable getValue()
-
-