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 shortcertificatestatic shortcertificate_requeststatic shortcertificate_statusstatic shortcertificate_urlstatic shortcertificate_verifystatic shortclient_hellostatic shortclient_key_exchangestatic shortencrypted_extensionsstatic shortend_of_early_datastatic shortfinishedstatic shorthello_requeststatic shorthello_retry_requeststatic shorthello_verify_requeststatic shortkey_updatestatic shortmessage_hashstatic shortnew_session_ticketstatic shortserver_hellostatic shortserver_hello_donestatic shortserver_key_exchangestatic shortsupplemental_data
-
Constructor Summary
Constructors Constructor Description HandshakeType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetName(short handshakeType)static java.lang.StringgetText(short handshakeType)static booleanisRecognized(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
-
-