Bouncy Castle Cryptography 1.46

org.bouncycastle.crypto.tls
Class ContentType

java.lang.Object
  extended by org.bouncycastle.crypto.tls.ContentType

public class ContentType
extends java.lang.Object

RFC 2246 6.2.1


Field Summary
static short alert
           
static short application_data
           
static short change_cipher_spec
           
static short handshake
           
 
Constructor Summary
ContentType()
           
 
Method Summary
 
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
See Also:
Constant Field Values

alert

public static final short alert
See Also:
Constant Field Values

handshake

public static final short handshake
See Also:
Constant Field Values

application_data

public static final short application_data
See Also:
Constant Field Values
Constructor Detail

ContentType

public ContentType()

Bouncy Castle Cryptography 1.46