Package | Description |
---|---|
io.netty.handler.ssl |
Modifier and Type | Method and Description |
---|---|
static OpenSslX509KeyManagerFactory |
OpenSslX509KeyManagerFactory.newEngineBased(File certificateChain,
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(X509Certificate[] certificateChain,
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.