| Package | Description |
|---|---|
| io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
| Modifier and Type | Method and Description |
|---|---|
static OpenSslX509KeyManagerFactory |
OpenSslX509KeyManagerFactory.newEngineBased(java.io.File certificateChain,
java.lang.String password)
Create a new initialized
OpenSslX509KeyManagerFactory which loads its PrivateKey directly from
an OpenSSL engine via the
ENGINE_load_private_key
function. |
static OpenSslX509KeyManagerFactory |
OpenSslX509KeyManagerFactory.newEngineBased(java.security.cert.X509Certificate[] certificateChain,
java.lang.String password)
Create a new initialized
OpenSslX509KeyManagerFactory which loads its PrivateKey directly from
an OpenSSL engine via the
ENGINE_load_private_key
function. |
Copyright © 2008–2019 The Netty Project. All rights reserved.