Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class ClientCertificateType

java.lang.Object
  extended byorg.bouncycastle.crypto.tls.ClientCertificateType

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

public class ClientCertificateType
extends java.lang.Object


Field Summary
static short dss_ephemeral_dh_RESERVED
          Deprecated.  
static short dss_fixed_dh
          Deprecated.  
static short dss_sign
          Deprecated.  
static short ecdsa_fixed_ecdh
          Deprecated.  
static short ecdsa_sign
          Deprecated.  
static short fortezza_dms_RESERVED
          Deprecated.  
static short rsa_ephemeral_dh_RESERVED
          Deprecated.  
static short rsa_fixed_dh
          Deprecated.  
static short rsa_fixed_ecdh
          Deprecated.  
static short rsa_sign
          Deprecated.  
 
Constructor Summary
ClientCertificateType()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rsa_sign

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

dss_sign

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

rsa_fixed_dh

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

dss_fixed_dh

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

rsa_ephemeral_dh_RESERVED

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

dss_ephemeral_dh_RESERVED

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

fortezza_dms_RESERVED

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

ecdsa_sign

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

rsa_fixed_ecdh

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

ecdsa_fixed_ecdh

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

ClientCertificateType

public ClientCertificateType()
Deprecated. 

Bouncy Castle Cryptography Library 1.64