Class CertificateType

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class CertificateType
    extends org.bouncycastle.asn1.ASN1Enumerated
    CertificateType ::= ENUMERATED { explicit, implicit, ... }
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CertificateType​(int ordinal)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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
      • Methods inherited from class org.bouncycastle.asn1.ASN1Object

        getEncoded, getEncoded, hasEncodedTagValue
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertificateType

        protected CertificateType​(int ordinal)
    • Method Detail

      • getInstance

        public static CertificateType getInstance​(java.lang.Object src)