Package org.bouncycastle.crypto.tls
Class ExtensionType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ExtensionType
-
public class ExtensionType extends java.lang.Object
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Field Summary
Fields Modifier and Type Field Description static int
application_layer_protocol_negotiation
Deprecated.static int
cached_info
Deprecated.static int
cert_type
Deprecated.static int
client_authz
Deprecated.static int
client_certificate_type
Deprecated.static int
client_certificate_url
Deprecated.static int
DRAFT_token_binding
Deprecated.static int
ec_point_formats
Deprecated.static int
elliptic_curves
Deprecated.Usesupported_groups
insteadstatic int
encrypt_then_mac
Deprecated.static int
extended_master_secret
Deprecated.static int
heartbeat
Deprecated.static int
max_fragment_length
Deprecated.static int
negotiated_ff_dhe_groups
Deprecated.static int
padding
Deprecated.static int
renegotiation_info
Deprecated.static int
server_authz
Deprecated.static int
server_certificate_type
Deprecated.static int
server_name
Deprecated.static int
session_ticket
Deprecated.static int
signature_algorithms
Deprecated.static int
signed_certificate_timestamp
Deprecated.static int
srp
Deprecated.static int
status_request
Deprecated.static int
status_request_v2
Deprecated.static int
supported_groups
Deprecated.static int
truncated_hmac
Deprecated.static int
trusted_ca_keys
Deprecated.static int
use_srtp
Deprecated.static int
user_mapping
Deprecated.
-
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_groups
instead- 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
-
-