Home | History | Annotate | Download | only in jsse

Lines Matching defs:Handshake

22  * This class incapsulates the constants determining the types of handshake
23 * messages as defined in TLS 1.0 spec., 7.4. Handshake protocol.
27 public class Handshake {
31 * hello_request handshake type
37 * client_hello handshake type
43 * server_hello handshake type
49 * certificate handshake type
55 * server_key_exchange handshake type
61 * certificate_request handshake type
67 * server_hello_done handshake type
73 * certificate_verify handshake type
79 * client_key_exchange handshake type
85 * finished handshake type