Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class CompressionMethod

java.lang.Object
  extended byorg.bouncycastle.crypto.tls.CompressionMethod

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class CompressionMethod
extends java.lang.Object

RFC 2246 6.1


Field Summary
static short _null
          Deprecated.  
static short DEFLATE
          Deprecated.  
 
Constructor Summary
CompressionMethod()
          Deprecated.  
 
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
Deprecated. 
See Also:
Constant Field Values

DEFLATE

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

CompressionMethod

public CompressionMethod()
Deprecated. 

Bouncy Castle Cryptography Library 1.64