|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.noelios.restlet.util.SslContextFactory
com.noelios.restlet.ext.ssl.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 | |
---|---|
javax.net.ssl.SSLContext |
createSslContext()
Creates a configured and initialised 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 javax.net.ssl.SSLContext createSslContext() throws java.lang.Exception
createSslContext
in class SslContextFactory
java.lang.Exception
SSLContextFactory.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 |