public class HandshakeType extends Object
Modifier and Type | Field and Description |
---|---|
static short |
certificate |
static short |
certificate_request |
static short |
certificate_status |
static short |
certificate_url |
static short |
certificate_verify |
static short |
client_hello |
static short |
client_key_exchange |
static short |
finished |
static short |
hello_request |
static short |
hello_verify_request |
static short |
server_hello |
static short |
server_hello_done |
static short |
server_key_exchange |
static short |
session_ticket |
static short |
supplemental_data |
Constructor and Description |
---|
HandshakeType() |
public static final short hello_request
public static final short client_hello
public static final short server_hello
public static final short certificate
public static final short server_key_exchange
public static final short certificate_request
public static final short server_hello_done
public static final short certificate_verify
public static final short client_key_exchange
public static final short finished
public static final short certificate_url
public static final short certificate_status
public static final short hello_verify_request
public static final short supplemental_data
public static final short session_ticket