public interface SSLEngineFactory
SSLEngine to be used for a single SSL connection.| Modifier and Type | Interface and Description |
|---|---|
static class |
SSLEngineFactory.DefaultSSLEngineFactory |
| Modifier and Type | Method and Description |
|---|---|
SSLEngine |
newSSLEngine(String peerHost,
int peerPort)
Creates new
SSLEngine. |
SSLEngine newSSLEngine(String peerHost, int peerPort) throws GeneralSecurityException
SSLEngine.GeneralSecurityException - if the SSLEngine cannot be createdCopyright © 2017-2019 Eclipse Foundation. All Rights Reserved.