Class SSLVersionRange

java.lang.Object
org.mozilla.jss.ssl.SSLVersionRange

public class SSLVersionRange extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getMinVersion

      public SSLVersion getMinVersion()
    • getMaxVersion

      public SSLVersion getMaxVersion()
    • getMinEnum

      public int getMinEnum()
      Returns:
      enumeration value
    • getMaxEnum

      public int getMaxEnum()
      Returns:
      enumeration value
    • getAllInRange

      public SSLVersion[] getAllInRange()
      Gets all of the SSLVersions in this range, including endpoints.
      Returns:
      All SSLVersions in this range
    • boundBy

      public SSLVersionRange boundBy(SSLVersionRange bound)
      Bounds this SSLVersionRange by the given range. The resulting SSLVersionRange does not has a minimum less than that of its bound and does not have a maximum greater than that of its bound.