Uses of Interface
org.newsclub.net.unix.ssl.SSLFunction
-
Uses of SSLFunction in org.newsclub.net.unix.ssl
Modifier 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
[]
.