Package org.bouncycastle.crypto.tls
Class ContentType
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ContentType
-
public class ContentType extends java.lang.ObjectDeprecated.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 shortalertDeprecated.static shortapplication_dataDeprecated.static shortchange_cipher_specDeprecated.static shorthandshakeDeprecated.static shortheartbeatDeprecated.
-
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
-
-