| Package | Description |
|---|---|
| org.restlet.engine.ssl |
Support SSL and TLS.
|
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSslContextFactory |
DefaultSslContextFactory.clone()
This class is likely to contain sensitive information; cloning is therefore
not allowed.
|
DefaultSslContextFactory |
WrapperSslServerSocketFactory.getContextFactory()
Returns the parent SSL context factory.
|
DefaultSslContextFactory |
WrapperSslSocketFactory.getContextFactory()
Returns the parent SSL context factory.
|
protected DefaultSslContextFactory |
WrapperSslContextSpi.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.
|
Copyright © 2005–2025. All rights reserved.