Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class CompressionMethod

java.lang.Object
  |
  +--org.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. 

DEFLATE

public static final short DEFLATE
Deprecated. 
Constructor Detail

CompressionMethod

public CompressionMethod()
Deprecated. 

Bouncy Castle Cryptography Library 1.64