Uses of Interface
org.newsclub.net.unix.ssl.SSLFunction
Packages that use SSLFunction
-
Uses of SSLFunction in org.newsclub.net.unix.ssl
Methods in org.newsclub.net.unix.ssl with parameters of type SSLFunctionModifier and TypeMethodDescriptionSSLContextBuilder.withKeyManagers
(SSLFunction<KeyManagerFactory, KeyManager[]> s) Configures this builder to use the given supplier for {link KeyManager}[]
.SSLContextBuilder.withTrustManagers
(SSLFunction<TrustManagerFactory, TrustManager[]> s) Configures this builder to use the given supplier forTrustManager
[]
.