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. |
static OpenSslX509KeyManagerFactory |
OpenSslX509KeyManagerFactory.newKeyless(File chain)
|
static OpenSslX509KeyManagerFactory |
OpenSslX509KeyManagerFactory.newKeyless(InputStream chain)
|
static OpenSslX509KeyManagerFactory |
OpenSslX509KeyManagerFactory.newKeyless(X509Certificate... certificateChain)
Returns a new initialized
OpenSslX509KeyManagerFactory which will provide its private key by using the
OpenSslPrivateKeyMethod . |
Copyright © 2008–2024 The Netty Project. All rights reserved.