FileDocCategorySizeDatePackage
Handshake.javaAPI DocAndroid 1.5 API2281Wed May 06 22:41:06 BST 2009org.apache.harmony.xnet.provider.jsse

Handshake

public class Handshake extends Object
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)

Fields Summary
public static final byte
HELLO_REQUEST
hello_request handshake type
public static final byte
CLIENT_HELLO
client_hello handshake type
public static final byte
SERVER_HELLO
server_hello handshake type
public static final byte
CERTIFICATE
certificate handshake type
public static final byte
SERVER_KEY_EXCHANGE
server_key_exchange handshake type
public static final byte
CERTIFICATE_REQUEST
certificate_request handshake type
public static final byte
SERVER_HELLO_DONE
server_hello_done handshake type
public static final byte
CERTIFICATE_VERIFY
certificate_verify handshake type
public static final byte
CLIENT_KEY_EXCHANGE
client_key_exchange handshake type
public static final byte
FINISHED
finished handshake type
Constructors Summary
Methods Summary