Uses of Class
spark.ssl.SslStores
Packages that use SslStores
-
Uses of SslStores in spark
-
Uses of SslStores in spark.embeddedserver
Methods in spark.embeddedserver with parameters of type SslStores -
Uses of SslStores in spark.ssl
Modifier and TypeMethodDescriptionstatic SslStoresSslStores.create(String keystoreFile, String keystorePassword, String truststoreFile, String truststorePassword) Creates a Stores instance.static SslStoresSslStores.create(String keystoreFile, String keystorePassword, String truststoreFile, String truststorePassword, boolean needsClientCert) static SslStoresSslStores.create(String keystoreFile, String keystorePassword, String certAlias, String truststoreFile, String truststorePassword) static SslStoresSslStores.create(String keystoreFile, String keystorePassword, String certAlias, String truststoreFile, String truststorePassword, boolean needsClientCert)