Uses of Interface
io.netty5.handler.ssl.OpenSslPrivateKeyMethod
-
Packages that use OpenSslPrivateKeyMethod Package Description io.netty5.handler.ssl -
-
Uses of OpenSslPrivateKeyMethod in io.netty5.handler.ssl
Fields in io.netty5.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.netty5.handler.ssl with parameters of type OpenSslPrivateKeyMethod Modifier and Type Method Description void
ReferenceCountedOpenSslContext. setPrivateKeyMethod(OpenSslPrivateKeyMethod method)
Deprecated.
-