|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restlet.engine.ssl.SslContextFactory
org.restlet.ext.jsslutils.JsslutilsSslContextFactory
public class JsslutilsSslContextFactory
This SslContextFactory is a wrapper for the SSLContextFactory of jSSLutils.
| Constructor Summary | |
|---|---|
JsslutilsSslContextFactory(org.jsslutils.sslcontext.SSLContextFactory sslContextFactory)
Builds JsslutilsSslContextFactory that wraps an instance of jsslutils.sslcontext.SSLContextFactory. |
|
| Method Summary | |
|---|---|
SSLContext |
createSslContext()
Creates a configured and initialized SSLContext by delegating the call to the SSLContextFactory with which the target instance was built. |
org.jsslutils.sslcontext.SSLContextFactory |
getSslContextFactory()
Returns the wrapped SSLContextFactory with which this instance was built. |
void |
init(Series<Parameter> parameters)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsslutilsSslContextFactory(org.jsslutils.sslcontext.SSLContextFactory sslContextFactory)
sslContextFactory - SSLContextFactory (from jSSLutils) to wrap.| Method Detail |
|---|
public SSLContext createSslContext()
throws Exception
createSslContext in class SslContextFactoryExceptionSSLContextFactory.buildSSLContext()public org.jsslutils.sslcontext.SSLContextFactory getSslContextFactory()
public void init(Series<Parameter> parameters)
init in class SslContextFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||