Package org.bouncycastle.tls
Class ChannelBinding
- java.lang.Object
-
- org.bouncycastle.tls.ChannelBinding
-
public class ChannelBinding extends java.lang.Object
RFC 5056Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).
-
-
Field Summary
Fields Modifier and Type Field Description static int
tls_server_end_point
static int
tls_unique
static int
tls_unique_for_telnet
-
Constructor Summary
Constructors Constructor Description ChannelBinding()
-
-
-
Field Detail
-
tls_server_end_point
public static final int tls_server_end_point
- See Also:
- Constant Field Values
-
tls_unique
public static final int tls_unique
- See Also:
- Constant Field Values
-
tls_unique_for_telnet
public static final int tls_unique_for_telnet
- See Also:
- Constant Field Values
-
-