Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class ClientAuthenticationType

java.lang.Object
  extended by org.bouncycastle.crypto.tls.ClientAuthenticationType

public class ClientAuthenticationType
extends java.lang.Object


Field Summary
static short anonymous
           
static short certificate_based
           
static short psk
           
 
Constructor Summary
ClientAuthenticationType()
           
 
Method Summary
 
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
See Also:
Constant Field Values

certificate_based

public static final short certificate_based
See Also:
Constant Field Values

psk

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

ClientAuthenticationType

public ClientAuthenticationType()

Bouncy Castle Cryptography Library 1.49