Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class HandshakeType

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

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

public class HandshakeType
extends java.lang.Object


Field Summary
static short certificate
          Deprecated.  
static short certificate_request
          Deprecated.  
static short certificate_status
          Deprecated.  
static short certificate_url
          Deprecated.  
static short certificate_verify
          Deprecated.  
static short client_hello
          Deprecated.  
static short client_key_exchange
          Deprecated.  
static short finished
          Deprecated.  
static short hello_request
          Deprecated.  
static short hello_verify_request
          Deprecated.  
static short server_hello
          Deprecated.  
static short server_hello_done
          Deprecated.  
static short server_key_exchange
          Deprecated.  
static short session_ticket
          Deprecated.  
static short supplemental_data
          Deprecated.  
 
Constructor Summary
HandshakeType()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hello_request

public static final short hello_request
Deprecated. 

client_hello

public static final short client_hello
Deprecated. 

server_hello

public static final short server_hello
Deprecated. 

certificate

public static final short certificate
Deprecated. 

server_key_exchange

public static final short server_key_exchange
Deprecated. 

certificate_request

public static final short certificate_request
Deprecated. 

server_hello_done

public static final short server_hello_done
Deprecated. 

certificate_verify

public static final short certificate_verify
Deprecated. 

client_key_exchange

public static final short client_key_exchange
Deprecated. 

finished

public static final short finished
Deprecated. 

certificate_url

public static final short certificate_url
Deprecated. 

certificate_status

public static final short certificate_status
Deprecated. 

hello_verify_request

public static final short hello_verify_request
Deprecated. 

supplemental_data

public static final short supplemental_data
Deprecated. 

session_ticket

public static final short session_ticket
Deprecated. 
Constructor Detail

HandshakeType

public HandshakeType()
Deprecated. 

Bouncy Castle Cryptography Library 1.64