public class DefaultSSLEnvironment extends Object implements ISSLEnvironment
ISSLEnvironment falls back to the default java
implementation.| Constructor and Description |
|---|
DefaultSSLEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
SSLContext |
createSslContext()
The default
SSLContext to be used in this environment. |
SSLContext |
createSslContext(KeyManager[] keyManagers) |
public SSLContext createSslContext() throws GeneralSecurityException
ISSLEnvironmentSSLContext to be used in this environment.createSslContext in interface ISSLEnvironmentGeneralSecurityExceptionpublic SSLContext createSslContext(KeyManager[] keyManagers) throws GeneralSecurityException
createSslContext in interface ISSLEnvironmentGeneralSecurityExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.