Uses of Class
io.netty.handler.ssl.OpenSslKeyMaterialProvider
-
Packages that use OpenSslKeyMaterialProvider Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine -
-
Uses of OpenSslKeyMaterialProvider in io.netty.handler.ssl
Subclasses of OpenSslKeyMaterialProvider in io.netty.handler.ssl Modifier and Type Class Description (package private) classOpenSslCachingKeyMaterialProviderOpenSslKeyMaterialProviderthat will cache theOpenSslKeyMaterialto reduce the overhead of parsing the chain and the key for generation of the material.private static classOpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory.OpenSslPopulatedKeyMaterialProviderOpenSslKeyMaterialProviderimplementation that pre-compute theOpenSslKeyMaterialfor all aliases.Fields in io.netty.handler.ssl declared as OpenSslKeyMaterialProvider Modifier and Type Field Description private OpenSslKeyMaterialProviderOpenSslKeyMaterialManager. providerprivate OpenSslKeyMaterialProviderOpenSslSessionContext. providerMethods in io.netty.handler.ssl that return OpenSslKeyMaterialProvider Modifier and Type Method Description (package private) OpenSslKeyMaterialProviderOpenSslCachingX509KeyManagerFactory. newProvider(java.lang.String password)(package private) OpenSslKeyMaterialProviderOpenSslX509KeyManagerFactory. newProvider()(package private) OpenSslKeyMaterialProviderOpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi. newProvider()(package private) OpenSslKeyMaterialProviderOpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory. newProvider()(package private) static OpenSslKeyMaterialProviderReferenceCountedOpenSslContext. providerFor(javax.net.ssl.KeyManagerFactory factory, java.lang.String password)Returns theOpenSslKeyMaterialProviderthat should be used for OpenSSL.Constructors in io.netty.handler.ssl with parameters of type OpenSslKeyMaterialProvider Constructor Description OpenSslClientSessionContext(ReferenceCountedOpenSslContext context, OpenSslKeyMaterialProvider provider)OpenSslKeyMaterialManager(OpenSslKeyMaterialProvider provider, boolean hasTmpDhKeys)OpenSslServerSessionContext(ReferenceCountedOpenSslContext context, OpenSslKeyMaterialProvider provider)OpenSslSessionContext(ReferenceCountedOpenSslContext context, OpenSslKeyMaterialProvider provider, long mask, OpenSslSessionCache cache)
-