- java.lang.Object
-
- cool.pandora.ldpclient.SimpleSSLContext
-
public class SimpleSSLContext extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleSSLContext()loads default keystore from SimpleSSLContext source directorySimpleSSLContext(String dir)loads default keystore from given directory
-
-
-
Constructor Detail
-
SimpleSSLContext
public SimpleSSLContext() throws IOExceptionloads 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
-
-