Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class ContentType

java.lang.Object
  |
  +--org.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. 

alert

public static final short alert
Deprecated. 

handshake

public static final short handshake
Deprecated. 

application_data

public static final short application_data
Deprecated. 

heartbeat

public static final short heartbeat
Deprecated. 
Constructor Detail

ContentType

public ContentType()
Deprecated. 

Bouncy Castle Cryptography Library 1.64