Class SimpleSSLContext


  • public class SimpleSSLContext
    extends Object
    • Constructor Detail

      • SimpleSSLContext

        public SimpleSSLContext()
                         throws IOException
        loads default keystore from SimpleSSLContext source directory
        Throws:
        IOException - ioexception
      • SimpleSSLContext

        public SimpleSSLContext​(String dir)
                         throws IOException
        loads default keystore from given directory
        Parameters:
        dir - a directory string
        Throws:
        IOException - ioexception
    • Method Detail

      • get

        public SSLContext get()
        Returns:
        SSLContext