public class SSLContextFactory
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static SslContext
static SslContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SSLContextFactory
public SSLContextFactory()
-
Method Details
-
createServerContext
public static SslContext createServerContext()
throws
Exception
- Throws:
Exception
-
createClientContext
public static SslContext createClientContext()
throws
Exception
- Throws:
Exception