Uses of Interface
io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
Packages that use OpenSslPrivateKeyMethod Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of OpenSslPrivateKeyMethod in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as OpenSslPrivateKeyMethod Modifier and Type Field Description private OpenSslPrivateKeyMethod
ReferenceCountedOpenSslContext.PrivateKeyMethod. keyMethod
Fields in io.netty.handler.ssl with type parameters of type OpenSslPrivateKeyMethod Modifier and Type Field Description static OpenSslContextOption<OpenSslPrivateKeyMethod>
OpenSslContextOption. PRIVATE_KEY_METHOD
Set theOpenSslPrivateKeyMethod
to use.Methods in io.netty.handler.ssl with parameters of type OpenSslPrivateKeyMethod Modifier and Type Method Description void
ReferenceCountedOpenSslContext. setPrivateKeyMethod(OpenSslPrivateKeyMethod method)
Deprecated.Constructors in io.netty.handler.ssl with parameters of type OpenSslPrivateKeyMethod Constructor Description PrivateKeyMethod(OpenSslEngineMap engineMap, OpenSslPrivateKeyMethod keyMethod)
-