Package org.bouncycastle.tls
Class ContentType
- java.lang.Object
-
- org.bouncycastle.tls.ContentType
-
public class ContentType extends java.lang.Object
RFC 2246 6.2.1
-
-
Field Summary
Fields Modifier and Type Field Description static short
alert
static short
application_data
static short
change_cipher_spec
static short
handshake
static short
heartbeat
-
Constructor Summary
Constructors Constructor Description ContentType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getName(short contentType)
static java.lang.String
getText(short contentType)
-
-
-
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
-
heartbeat
public static final short heartbeat
- See Also:
- Constant Field Values
-
-