Bouncy Castle Cryptography Library 1.69

org.bouncycastle.asn1.its
Class CertificateType

java.lang.Object
  extended byorg.bouncycastle.asn1.its.CertificateType

public class CertificateType
extends java.lang.Object

CertificateType ::= ENUMERATED { explicit, implicit, [] }


Field Summary
static CertificateType Explicit
           
static CertificateType Implicit
           
 
Constructor Summary
protected CertificateType(int ordinal)
           
 
Method Summary
 CertificateType getInstance(java.lang.Object src)
           
 ASN1Primitive toASN1Primitive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Explicit

public static final CertificateType Explicit

Implicit

public static final CertificateType Implicit
Constructor Detail

CertificateType

protected CertificateType(int ordinal)
Method Detail

getInstance

public CertificateType getInstance(java.lang.Object src)

toASN1Primitive

public ASN1Primitive toASN1Primitive()

Bouncy Castle Cryptography Library 1.69