Class SslContexts


  • public final class SslContexts
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.net.ssl.SSLContext system()  
      static javax.net.ssl.SSLContext trustAll()  
      • Methods inherited from class java.lang.Object

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

      • trustAll

        public static javax.net.ssl.SSLContext trustAll()
      • system

        public static javax.net.ssl.SSLContext system()