Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class CertificateType

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.CertificateType

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class CertificateType
extends java.lang.Object

RFC 6091


Field Summary
static short OpenPGP
          Deprecated.  
static short RawPublicKey
          Deprecated.  
static short X509
          Deprecated.  
 
Constructor Summary
CertificateType()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X509

public static final short X509
Deprecated. 

OpenPGP

public static final short OpenPGP
Deprecated. 

RawPublicKey

public static final short RawPublicKey
Deprecated. 
Constructor Detail

CertificateType

public CertificateType()
Deprecated. 

Bouncy Castle Cryptography Library 1.64