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.embeddedserver.jetty
Methods in spark.embeddedserver.jetty with parameters of type SslStoresModifier and TypeMethodDescriptionstatic org.eclipse.jetty.server.ServerConnector
SocketConnectorFactory.createSecureSocketConnector
(org.eclipse.jetty.server.Server server, String host, int port, SslStores sslStores) Creates a ssl jetty socket jetty.int
EmbeddedJettyServer.ignite
(String host, int port, SslStores sslStores, int maxThreads, int minThreads, int threadIdleTimeoutMillis) Ignites the embedded server, listening on the specified port, running SSL secured with the specified keystore and truststore. -
Uses of SslStores in spark.ssl
Modifier and TypeMethodDescriptionstatic SslStores
SslStores.create
(String keystoreFile, String keystorePassword, String truststoreFile, String truststorePassword) Creates a Stores instance.static SslStores
SslStores.create
(String keystoreFile, String keystorePassword, String truststoreFile, String truststorePassword, boolean needsClientCert) static SslStores
SslStores.create
(String keystoreFile, String keystorePassword, String certAlias, String truststoreFile, String truststorePassword) static SslStores
SslStores.create
(String keystoreFile, String keystorePassword, String certAlias, String truststoreFile, String truststorePassword, boolean needsClientCert)