Bouncy Castle Cryptography 1.48

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 DEFLATE
           
static short NULL
           
 
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

DEFLATE

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

CompressionMethod

public CompressionMethod()

Bouncy Castle Cryptography 1.48