Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class ContentType

java.lang.Object
  extended byorg.bouncycastle.crypto.tls.ContentType

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

public class ContentType
extends java.lang.Object

RFC 2246 6.2.1


Field Summary
static short alert
          Deprecated.  
static short application_data
          Deprecated.  
static short change_cipher_spec
          Deprecated.  
static short handshake
          Deprecated.  
static short heartbeat
          Deprecated.  
 
Constructor Summary
ContentType()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

change_cipher_spec

public static final short change_cipher_spec
Deprecated. 
See Also:
Constant Field Values

alert

public static final short alert
Deprecated. 
See Also:
Constant Field Values

handshake

public static final short handshake
Deprecated. 
See Also:
Constant Field Values

application_data

public static final short application_data
Deprecated. 
See Also:
Constant Field Values

heartbeat

public static final short heartbeat
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ContentType

public ContentType()
Deprecated. 

Bouncy Castle Cryptography Library 1.64