Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class CertificateType

java.lang.Object
  extended byorg.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. 
See Also:
Constant Field Values

OpenPGP

public static final short OpenPGP
Deprecated. 
See Also:
Constant Field Values

RawPublicKey

public static final short RawPublicKey
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

CertificateType

public CertificateType()
Deprecated. 

Bouncy Castle Cryptography Library 1.64