Package | Description |
---|---|
org.restlet.engine.ssl | |
org.restlet.ext.jsslutils |
Modifier and Type | Method and Description |
---|---|
protected DefaultSslContextFactory |
DefaultSslContextFactory.clone()
This class is likely to contain sensitive information; cloning is
therefore not allowed.
|
protected DefaultSslContextFactory |
WrapperSslContextSpi.getContextFactory()
Returns the parent SSL context factory.
|
DefaultSslContextFactory |
WrapperSslSocketFactory.getContextFactory()
Returns the parent SSL context factory.
|
DefaultSslContextFactory |
WrapperSslServerSocketFactory.getContextFactory()
Returns the parent SSL context factory.
|
Constructor and Description |
---|
DefaultSslContext(DefaultSslContextFactory contextFactory,
SSLContext wrappedContext)
Constructor.
|
WrapperSslContextSpi(DefaultSslContextFactory contextFactory,
SSLContext wrappedContext)
Constructor.
|
WrapperSslServerSocketFactory(DefaultSslContextFactory contextFactory,
SSLServerSocketFactory wrappedSocketFactory)
Constructor.
|
WrapperSslSocketFactory(DefaultSslContextFactory contextFactory,
SSLSocketFactory wrappedSocketFactory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected DefaultSslContextFactory |
PkixSslContextFactory.clone()
Deprecated.
This class is likely to contain sensitive information; cloning is
therefore not allowed.
|
Copyright © 2005–2018. All rights reserved.