Package org.bouncycastle.tls
Class HandshakeType
- java.lang.Object
-
- org.bouncycastle.tls.HandshakeType
-
public class HandshakeType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field 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
encrypted_extensions
static short
end_of_early_data
static short
finished
static short
hello_request
static short
hello_retry_request
static short
hello_verify_request
static short
key_update
static short
message_hash
static short
new_session_ticket
static short
server_hello
static short
server_hello_done
static short
server_key_exchange
static short
supplemental_data
-
Constructor Summary
Constructors Constructor Description HandshakeType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getName(short handshakeType)
static java.lang.String
getText(short handshakeType)
static boolean
isRecognized(short handshakeType)
-
-
-
Field Detail
-
hello_request
public static final short hello_request
- See Also:
- Constant Field Values
-
client_hello
public static final short client_hello
- See Also:
- Constant Field Values
-
server_hello
public static final short server_hello
- See Also:
- Constant Field Values
-
certificate
public static final short certificate
- See Also:
- Constant Field Values
-
server_key_exchange
public static final short server_key_exchange
- See Also:
- Constant Field Values
-
certificate_request
public static final short certificate_request
- See Also:
- Constant Field Values
-
server_hello_done
public static final short server_hello_done
- See Also:
- Constant Field Values
-
certificate_verify
public static final short certificate_verify
- See Also:
- Constant Field Values
-
client_key_exchange
public static final short client_key_exchange
- See Also:
- Constant Field Values
-
finished
public static final short finished
- See Also:
- Constant Field Values
-
certificate_url
public static final short certificate_url
- See Also:
- Constant Field Values
-
certificate_status
public static final short certificate_status
- See Also:
- Constant Field Values
-
hello_verify_request
public static final short hello_verify_request
- See Also:
- Constant Field Values
-
supplemental_data
public static final short supplemental_data
- See Also:
- Constant Field Values
-
new_session_ticket
public static final short new_session_ticket
- See Also:
- Constant Field Values
-
end_of_early_data
public static final short end_of_early_data
- See Also:
- Constant Field Values
-
hello_retry_request
public static final short hello_retry_request
- See Also:
- Constant Field Values
-
encrypted_extensions
public static final short encrypted_extensions
- See Also:
- Constant Field Values
-
key_update
public static final short key_update
- See Also:
- Constant Field Values
-
message_hash
public static final short message_hash
- See Also:
- Constant Field Values
-
-