Package org.bouncycastle.crypto.tls
Class ConnectionEnd
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ConnectionEnd
-
public class ConnectionEnd extends java.lang.Object
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).RFC 2246Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).
-
-
Constructor Summary
Constructors Constructor Description ConnectionEnd()
Deprecated.
-
-
-
Field Detail
-
server
public static final int server
Deprecated.- See Also:
- Constant Field Values
-
client
public static final int client
Deprecated.- See Also:
- Constant Field Values
-
-