Package org.bouncycastle.crypto.tls
Class ContentType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ContentType
-
public class ContentType extends java.lang.Object
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).RFC 2246 6.2.1
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Constructor Description ContentType()
Deprecated.
-
-
-
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
-
-