public interface SSLContextFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
SSLContextFactory.SSLContextFactoryException
This class is a wrapper exception for most exceptions that can occur when
using an SSLContextFactory.
|
| Modifier and Type | Method and Description |
|---|---|
SSLContext |
buildSSLContext() |
void |
configure(Properties properties) |
void configure(Properties properties) throws SSLContextFactory.SSLContextFactoryException
SSLContext buildSSLContext() throws SSLContextFactory.SSLContextFactoryException
Copyright © 2017. All rights reserved.