Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class ClientAuthenticationType

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

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

public class ClientAuthenticationType
extends java.lang.Object


Field Summary
static short anonymous
          Deprecated.  
static short certificate_based
          Deprecated.  
static short psk
          Deprecated.  
 
Constructor Summary
ClientAuthenticationType()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anonymous

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

certificate_based

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

psk

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

ClientAuthenticationType

public ClientAuthenticationType()
Deprecated. 

Bouncy Castle Cryptography Library 1.64