Bouncy Castle Cryptography 1.51

org.bouncycastle.crypto.tls
Class MaxFragmentLength

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

public class MaxFragmentLength
extends java.lang.Object


Field Summary
static short pow2_10
           
static short pow2_11
           
static short pow2_12
           
static short pow2_9
           
 
Constructor Summary
MaxFragmentLength()
           
 
Method Summary
static boolean isValid(short maxFragmentLength)
           
 
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
See Also:
Constant Field Values

pow2_10

public static final short pow2_10
See Also:
Constant Field Values

pow2_11

public static final short pow2_11
See Also:
Constant Field Values

pow2_12

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

MaxFragmentLength

public MaxFragmentLength()
Method Detail

isValid

public static boolean isValid(short maxFragmentLength)

Bouncy Castle Cryptography 1.51