Class CertificateType
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.ASN1Primitive
-
- org.bouncycastle.asn1.ASN1Enumerated
-
- org.bouncycastle.oer.its.ieee1609dot2.CertificateType
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class CertificateType extends org.bouncycastle.asn1.ASN1Enumerated
CertificateType ::= ENUMERATED { explicit, implicit, ... }
-
-
Field Summary
Fields Modifier and Type Field Description static CertificateType
explicit
static CertificateType
implicit
-
Constructor Summary
Constructors Constructor Description CertificateType(java.math.BigInteger ordinal)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
assertValues()
static CertificateType
getInstance(java.lang.Object src)
-
Methods inherited from class org.bouncycastle.asn1.ASN1Enumerated
getInstance, getValue, hashCode, hasValue, hasValue, intValueExact
-
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
-
-
-
-
Field Detail
-
explicit
public static final CertificateType explicit
-
implicit
public static final CertificateType implicit
-
-
Method Detail
-
getInstance
public static CertificateType getInstance(java.lang.Object src)
-
assertValues
protected void assertValues()
-
-