Class SslProtocols


  • public final class SslProtocols
    extends java.lang.Object
    SSL/TLS protocols
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SSL_v2
      Deprecated.
      SSLv2 is no longer secure.
      static java.lang.String SSL_v2_HELLO
      Deprecated.
      SSLv2Hello is no longer secure.
      static java.lang.String SSL_v3
      Deprecated.
      SSLv3 is no longer secure.
      static java.lang.String TLS_v1
      Deprecated.
      TLSv1 is no longer secure.
      static java.lang.String TLS_v1_1
      Deprecated.
      TLSv1.1 is no longer secure.
      static java.lang.String TLS_v1_2
      TLS v1.2
      static java.lang.String TLS_v1_3
      TLS v1.3
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait