Class SSLContextUtil


  • public class SSLContextUtil
    extends java.lang.Object
    Copy-paste from SSLContextUtil from common module.
    Since:
    2018.1
    Author:
    Mikhail Khorkov
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.net.ssl.SSLContext createUserSSLContext​(java.security.KeyStore trustStore)  
      • Methods inherited from class java.lang.Object

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

      • createUserSSLContext

        public static javax.net.ssl.SSLContext createUserSSLContext​(java.security.KeyStore trustStore)