public class

HandshakeType

extends Object
java.lang.Object
   ↳ org.bouncycastle.crypto.tls.HandshakeType

Class Overview

RFC 2246 7.4

Summary

Constants
short certificate
short certificate_request
short certificate_verify
short client_hello
short client_key_exchange
short finished
short hello_request
short server_hello
short server_hello_done
short server_key_exchange
Public Constructors
HandshakeType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final short certificate

Constant Value: 11 (0x0000000b)

public static final short certificate_request

Constant Value: 13 (0x0000000d)

public static final short certificate_verify

Constant Value: 15 (0x0000000f)

public static final short client_hello

Constant Value: 1 (0x00000001)

public static final short client_key_exchange

Constant Value: 16 (0x00000010)

public static final short finished

Constant Value: 20 (0x00000014)

public static final short hello_request

Constant Value: 0 (0x00000000)

public static final short server_hello

Constant Value: 2 (0x00000002)

public static final short server_hello_done

Constant Value: 14 (0x0000000e)

public static final short server_key_exchange

Constant Value: 12 (0x0000000c)

Public Constructors

public HandshakeType ()