java.lang .Object org.apache.harmony.xnet.provider.jsse .Handshake Handshake public class Handshake (Code) This class incapsulates the constants determining the types of handshake
messages as defined in TLS 1.0 spec., 7.4. Handshake protocol.
(http://www.ietf.org/rfc/rfc2246.txt)
CERTIFICATE final public static byte CERTIFICATE (Code) certificate handshake type
CERTIFICATE_REQUEST final public static byte CERTIFICATE_REQUEST (Code) certificate_request handshake type
CERTIFICATE_VERIFY final public static byte CERTIFICATE_VERIFY (Code) certificate_verify handshake type
CLIENT_HELLO final public static byte CLIENT_HELLO (Code) client_hello handshake type
CLIENT_KEY_EXCHANGE final public static byte CLIENT_KEY_EXCHANGE (Code) client_key_exchange handshake type
FINISHED final public static byte FINISHED (Code) finished handshake type
HELLO_REQUEST final public static byte HELLO_REQUEST (Code) hello_request handshake type
SERVER_HELLO final public static byte SERVER_HELLO (Code) server_hello handshake type
SERVER_HELLO_DONE final public static byte SERVER_HELLO_DONE (Code) server_hello_done handshake type
SERVER_KEY_EXCHANGE final public static byte SERVER_KEY_EXCHANGE (Code) server_key_exchange handshake type