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. |
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 |
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.
MaxFragmentLength
public MaxFragmentLength()
- Deprecated.
isValid
public static boolean isValid(short maxFragmentLength)
- Deprecated.