Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class ExtensionType

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.ExtensionType

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class ExtensionType
extends java.lang.Object


Field Summary
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. Use supported_groups instead
static 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
ExtensionType()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server_name

public static final int server_name
Deprecated. 

max_fragment_length

public static final int max_fragment_length
Deprecated. 

client_certificate_url

public static final int client_certificate_url
Deprecated. 

trusted_ca_keys

public static final int trusted_ca_keys
Deprecated. 

truncated_hmac

public static final int truncated_hmac
Deprecated. 

status_request

public static final int status_request
Deprecated. 

user_mapping

public static final int user_mapping
Deprecated. 

client_authz

public static final int client_authz
Deprecated. 

server_authz

public static final int server_authz
Deprecated. 

cert_type

public static final int cert_type
Deprecated. 

supported_groups

public static final int supported_groups
Deprecated. 

elliptic_curves

public static final int elliptic_curves
Deprecated. Use supported_groups instead


ec_point_formats

public static final int ec_point_formats
Deprecated. 

srp

public static final int srp
Deprecated. 

signature_algorithms

public static final int signature_algorithms
Deprecated. 

use_srtp

public static final int use_srtp
Deprecated. 

heartbeat

public static final int heartbeat
Deprecated. 

application_layer_protocol_negotiation

public static final int application_layer_protocol_negotiation
Deprecated. 

status_request_v2

public static final int status_request_v2
Deprecated. 

signed_certificate_timestamp

public static final int signed_certificate_timestamp
Deprecated. 

client_certificate_type

public static final int client_certificate_type
Deprecated. 

server_certificate_type

public static final int server_certificate_type
Deprecated. 

padding

public static final int padding
Deprecated. 

encrypt_then_mac

public static final int encrypt_then_mac
Deprecated. 

extended_master_secret

public static final int extended_master_secret
Deprecated. 

DRAFT_token_binding

public static final int DRAFT_token_binding
Deprecated. 

cached_info

public static final int cached_info
Deprecated. 

session_ticket

public static final int session_ticket
Deprecated. 

negotiated_ff_dhe_groups

public static final int negotiated_ff_dhe_groups
Deprecated. 

renegotiation_info

public static final int renegotiation_info
Deprecated. 
Constructor Detail

ExtensionType

public ExtensionType()
Deprecated. 

Bouncy Castle Cryptography Library 1.64