Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class ConnectionEnd

java.lang.Object
  extended by org.bouncycastle.crypto.tls.ConnectionEnd

public class ConnectionEnd
extends java.lang.Object

RFC 2246

Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).


Field Summary
static int client
           
static int server
           
 
Constructor Summary
ConnectionEnd()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

public static final int server
See Also:
Constant Field Values

client

public static final int client
See Also:
Constant Field Values
Constructor Detail

ConnectionEnd

public ConnectionEnd()

Bouncy Castle Cryptography Library 1.49