Package org.bouncycastle.crypto.tls
Class HandshakeType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.HandshakeType
-
public class HandshakeType extends java.lang.ObjectDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Field Summary
Fields Modifier and Type Field Description static shortcertificateDeprecated.static shortcertificate_requestDeprecated.static shortcertificate_statusDeprecated.static shortcertificate_urlDeprecated.static shortcertificate_verifyDeprecated.static shortclient_helloDeprecated.static shortclient_key_exchangeDeprecated.static shortfinishedDeprecated.static shorthello_requestDeprecated.static shorthello_verify_requestDeprecated.static shortserver_helloDeprecated.static shortserver_hello_doneDeprecated.static shortserver_key_exchangeDeprecated.static shortsession_ticketDeprecated.static shortsupplemental_dataDeprecated.
-
Constructor Summary
Constructors Constructor Description HandshakeType()Deprecated.
-
-
-
Field Detail
-
hello_request
public static final short hello_request
Deprecated.- See Also:
- Constant Field Values
-
client_hello
public static final short client_hello
Deprecated.- See Also:
- Constant Field Values
-
server_hello
public static final short server_hello
Deprecated.- See Also:
- Constant Field Values
-
certificate
public static final short certificate
Deprecated.- See Also:
- Constant Field Values
-
server_key_exchange
public static final short server_key_exchange
Deprecated.- See Also:
- Constant Field Values
-
certificate_request
public static final short certificate_request
Deprecated.- See Also:
- Constant Field Values
-
server_hello_done
public static final short server_hello_done
Deprecated.- See Also:
- Constant Field Values
-
certificate_verify
public static final short certificate_verify
Deprecated.- See Also:
- Constant Field Values
-
client_key_exchange
public static final short client_key_exchange
Deprecated.- See Also:
- Constant Field Values
-
finished
public static final short finished
Deprecated.- See Also:
- Constant Field Values
-
certificate_url
public static final short certificate_url
Deprecated.- See Also:
- Constant Field Values
-
certificate_status
public static final short certificate_status
Deprecated.- See Also:
- Constant Field Values
-
hello_verify_request
public static final short hello_verify_request
Deprecated.- See Also:
- Constant Field Values
-
supplemental_data
public static final short supplemental_data
Deprecated.- See Also:
- Constant Field Values
-
session_ticket
public static final short session_ticket
Deprecated.- See Also:
- Constant Field Values
-
-