Package org.bouncycastle.crypto.tls
Class MaxFragmentLength
- java.lang.Object
-
- org.bouncycastle.crypto.tls.MaxFragmentLength
-
public class MaxFragmentLength extends java.lang.Object
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Constructor Summary
Constructors Constructor Description MaxFragmentLength()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
isValid(short maxFragmentLength)
Deprecated.
-
-
-
Field Detail
-
pow2_9
public static final short pow2_9
Deprecated.- See Also:
- Constant Field Values
-
pow2_10
public static final short pow2_10
Deprecated.- See Also:
- Constant Field Values
-
pow2_11
public static final short pow2_11
Deprecated.- See Also:
- Constant Field Values
-
pow2_12
public static final short pow2_12
Deprecated.- See Also:
- Constant Field Values
-
-