Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class CompressionMethod

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

public class CompressionMethod
extends java.lang.Object

RFC 2246 6.1


Field Summary
static short _null
           
static short DEFLATE
           
static short NULL
          Deprecated. use '_null' instead
 
Constructor Summary
CompressionMethod()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_null

public static final short _null
See Also:
Constant Field Values

NULL

public static final short NULL
Deprecated. use '_null' instead
See Also:
Constant Field Values

DEFLATE

public static final short DEFLATE
See Also:
Constant Field Values
Constructor Detail

CompressionMethod

public CompressionMethod()

Bouncy Castle Cryptography Library 1.49