Package org.bouncycastle.tls
Class ContentType
- java.lang.Object
-
- org.bouncycastle.tls.ContentType
-
public class ContentType extends java.lang.ObjectRFC 2246 6.2.1
-
-
Field Summary
Fields Modifier and Type Field Description static shortalertstatic shortapplication_datastatic shortchange_cipher_specstatic shorthandshakestatic shortheartbeat
-
Constructor Summary
Constructors Constructor Description ContentType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetName(short contentType)static java.lang.StringgetText(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
-
-