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 OpenSslPrivateKeyMethodReferenceCountedOpenSslContext.PrivateKeyMethod. keyMethodFields in io.netty.handler.ssl with type parameters of type OpenSslPrivateKeyMethod Modifier and Type Field Description static OpenSslContextOption<OpenSslPrivateKeyMethod>OpenSslContextOption. PRIVATE_KEY_METHODSet theOpenSslPrivateKeyMethodto use.Methods in io.netty.handler.ssl with parameters of type OpenSslPrivateKeyMethod Modifier and Type Method Description voidReferenceCountedOpenSslContext. setPrivateKeyMethod(OpenSslPrivateKeyMethod method)Deprecated.Constructors in io.netty.handler.ssl with parameters of type OpenSslPrivateKeyMethod Constructor Description PrivateKeyMethod(OpenSslEngineMap engineMap, OpenSslPrivateKeyMethod keyMethod)
-