Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class MaxFragmentLength

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.MaxFragmentLength

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

public class MaxFragmentLength
extends java.lang.Object


Field Summary
static short pow2_10
          Deprecated.  
static short pow2_11
          Deprecated.  
static short pow2_12
          Deprecated.  
static short pow2_9
          Deprecated.  
 
Constructor Summary
MaxFragmentLength()
          Deprecated.  
 
Method Summary
static boolean isValid(short maxFragmentLength)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pow2_9

public static final short pow2_9
Deprecated. 

pow2_10

public static final short pow2_10
Deprecated. 

pow2_11

public static final short pow2_11
Deprecated. 

pow2_12

public static final short pow2_12
Deprecated. 
Constructor Detail

MaxFragmentLength

public MaxFragmentLength()
Deprecated. 
Method Detail

isValid

public static boolean isValid(short maxFragmentLength)
Deprecated. 

Bouncy Castle Cryptography Library 1.64