Uses of Interface
org.newsclub.net.unix.ssl.SSLSupplier
-
Uses of SSLSupplier in org.newsclub.net.unix.ssl
Modifier and TypeMethodDescriptionSSLContextBuilder.withKeyStore
(File path, SSLSupplier<char[]> password) Configures this builder to use the given keystore, identified by path and password.SSLContextBuilder.withKeyStore
(URL url, SSLSupplier<char[]> password) Configures this builder to use the given keystore, identified by URL and password.SSLContextBuilder.withKeyStoreSupplier
(SSLSupplier<KeyStore> supplier) Configures this builder to use the given supplier to provideKeyStore
instances.SSLContextBuilder.withTrustStore
(File path, SSLSupplier<char[]> password) Configures this builder to use the given truststore, identified by path and password.SSLContextBuilder.withTrustStore
(URL url, SSLSupplier<char[]> password) Configures this builder to use the given truststore, identified by path and password.