Class MaxFragmentLength


  • public class MaxFragmentLength
    extends java.lang.Object
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static short pow2_10
      Deprecated.
       
      static short pow2_11
      Deprecated.
       
      static short pow2_12
      Deprecated.
       
      static short pow2_9
      Deprecated.
       
    • 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.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxFragmentLength

        public MaxFragmentLength()
        Deprecated.
    • Method Detail

      • isValid

        public static boolean isValid​(short maxFragmentLength)
        Deprecated.