Bouncy Castle Cryptography 1.50

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 short pow2_9

pow2_10

public static short pow2_10

pow2_11

public static short pow2_11

pow2_12

public static short pow2_12
Constructor Detail

MaxFragmentLength

public MaxFragmentLength()
Method Detail

isValid

public static boolean isValid(short maxFragmentLength)

Bouncy Castle Cryptography 1.50