Uses of Interface
io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
Packages that use OpenSslAsyncPrivateKeyMethod Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of OpenSslAsyncPrivateKeyMethod in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as OpenSslAsyncPrivateKeyMethod Modifier and Type Field Description private OpenSslAsyncPrivateKeyMethod
ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod. keyMethod
Fields in io.netty.handler.ssl with type parameters of type OpenSslAsyncPrivateKeyMethod Modifier and Type Field Description static OpenSslContextOption<OpenSslAsyncPrivateKeyMethod>
OpenSslContextOption. ASYNC_PRIVATE_KEY_METHOD
Set theOpenSslAsyncPrivateKeyMethod
to use.Constructors in io.netty.handler.ssl with parameters of type OpenSslAsyncPrivateKeyMethod Constructor Description AsyncPrivateKeyMethod(OpenSslEngineMap engineMap, OpenSslAsyncPrivateKeyMethod keyMethod)
-