Class CertificateType


  • public class CertificateType
    extends java.lang.Object
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    RFC 6091
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static short OpenPGP
      Deprecated.
       
      static short RawPublicKey
      Deprecated.
       
      static short X509
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      CertificateType()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CertificateType

        public CertificateType()
        Deprecated.