Package org.bouncycastle.crypto.tls
Class ExtensionType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ExtensionType
-
public class ExtensionType 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 intapplication_layer_protocol_negotiationDeprecated.static intcached_infoDeprecated.static intcert_typeDeprecated.static intclient_authzDeprecated.static intclient_certificate_typeDeprecated.static intclient_certificate_urlDeprecated.static intDRAFT_token_bindingDeprecated.static intec_point_formatsDeprecated.static intelliptic_curvesDeprecated.Usesupported_groupsinsteadstatic intencrypt_then_macDeprecated.static intextended_master_secretDeprecated.static intheartbeatDeprecated.static intmax_fragment_lengthDeprecated.static intnegotiated_ff_dhe_groupsDeprecated.static intpaddingDeprecated.static intrenegotiation_infoDeprecated.static intserver_authzDeprecated.static intserver_certificate_typeDeprecated.static intserver_nameDeprecated.static intsession_ticketDeprecated.static intsignature_algorithmsDeprecated.static intsigned_certificate_timestampDeprecated.static intsrpDeprecated.static intstatus_requestDeprecated.static intstatus_request_v2Deprecated.static intsupported_groupsDeprecated.static inttruncated_hmacDeprecated.static inttrusted_ca_keysDeprecated.static intuse_srtpDeprecated.static intuser_mappingDeprecated.
-
Constructor Summary
Constructors Constructor Description ExtensionType()Deprecated.
-
-
-
Field Detail
-
server_name
public static final int server_name
Deprecated.- See Also:
- Constant Field Values
-
max_fragment_length
public static final int max_fragment_length
Deprecated.- See Also:
- Constant Field Values
-
client_certificate_url
public static final int client_certificate_url
Deprecated.- See Also:
- Constant Field Values
-
trusted_ca_keys
public static final int trusted_ca_keys
Deprecated.- See Also:
- Constant Field Values
-
truncated_hmac
public static final int truncated_hmac
Deprecated.- See Also:
- Constant Field Values
-
status_request
public static final int status_request
Deprecated.- See Also:
- Constant Field Values
-
user_mapping
public static final int user_mapping
Deprecated.- See Also:
- Constant Field Values
-
client_authz
public static final int client_authz
Deprecated.- See Also:
- Constant Field Values
-
server_authz
public static final int server_authz
Deprecated.- See Also:
- Constant Field Values
-
cert_type
public static final int cert_type
Deprecated.- See Also:
- Constant Field Values
-
supported_groups
public static final int supported_groups
Deprecated.- See Also:
- Constant Field Values
-
elliptic_curves
public static final int elliptic_curves
Deprecated.Usesupported_groupsinstead- See Also:
- Constant Field Values
-
ec_point_formats
public static final int ec_point_formats
Deprecated.- See Also:
- Constant Field Values
-
srp
public static final int srp
Deprecated.- See Also:
- Constant Field Values
-
signature_algorithms
public static final int signature_algorithms
Deprecated.- See Also:
- Constant Field Values
-
use_srtp
public static final int use_srtp
Deprecated.- See Also:
- Constant Field Values
-
heartbeat
public static final int heartbeat
Deprecated.- See Also:
- Constant Field Values
-
application_layer_protocol_negotiation
public static final int application_layer_protocol_negotiation
Deprecated.- See Also:
- Constant Field Values
-
status_request_v2
public static final int status_request_v2
Deprecated.- See Also:
- Constant Field Values
-
signed_certificate_timestamp
public static final int signed_certificate_timestamp
Deprecated.- See Also:
- Constant Field Values
-
client_certificate_type
public static final int client_certificate_type
Deprecated.- See Also:
- Constant Field Values
-
server_certificate_type
public static final int server_certificate_type
Deprecated.- See Also:
- Constant Field Values
-
padding
public static final int padding
Deprecated.- See Also:
- Constant Field Values
-
encrypt_then_mac
public static final int encrypt_then_mac
Deprecated.- See Also:
- Constant Field Values
-
extended_master_secret
public static final int extended_master_secret
Deprecated.- See Also:
- Constant Field Values
-
DRAFT_token_binding
public static final int DRAFT_token_binding
Deprecated.- See Also:
- Constant Field Values
-
cached_info
public static final int cached_info
Deprecated.- See Also:
- Constant Field Values
-
session_ticket
public static final int session_ticket
Deprecated.- See Also:
- Constant Field Values
-
negotiated_ff_dhe_groups
public static final int negotiated_ff_dhe_groups
Deprecated.- See Also:
- Constant Field Values
-
renegotiation_info
public static final int renegotiation_info
Deprecated.- See Also:
- Constant Field Values
-
-