Uses of Class
org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
Packages that use SslEngineConfigurationBuilder
-
Uses of SslEngineConfigurationBuilder in org.infinispan.server.core.configuration
Methods in org.infinispan.server.core.configuration that return SslEngineConfigurationBuilderModifier and TypeMethodDescriptionSelects a specific key to choose from the keystoreSslEngineConfigurationBuilder.keyStoreCertificatePassword
(char[] keyStoreCertificatePassword) Specifies the password needed to access private key associated with certificate stored in specifiedkeyStoreFileName(String)
.SslEngineConfigurationBuilder.keyStoreFileName
(String keyStoreFileName) Specifies the filename of a keystore to use to create theSSLContext
You also need to specify akeyStorePassword(char[])
.SslEngineConfigurationBuilder.keyStorePassword
(char[] keyStorePassword) Specifies the password needed to open the keystore You also need to specify akeyStoreFileName(String)
.SslEngineConfigurationBuilder.keyStoreType
(String keyStoreType) Specifies the type of the keystore, such as JKS or JCEKS.Configures the secure socket protocol.SslEngineConfigurationBuilder.read
(SslEngineConfiguration template, Combine combine) SslConfigurationBuilder.sniHostName
(String domain) Returns SNI domain configuration.SslConfigurationChildBuilder.sniHostName
(String domain) SslEngineConfigurationBuilder.sniHostName
(String domain) SslEngineConfigurationBuilder.sslContext
(Supplier<SSLContext> sslContext) Sets theSSLContext
to use for setting up SSL connections.SslEngineConfigurationBuilder.sslContext
(SSLContext sslContext) Sets theSSLContext
to use for setting up SSL connections.SslEngineConfigurationBuilder.trustStoreFileName
(String trustStoreFileName) Specifies the filename of a truststore to use to create theSSLContext
You also need to specify atrustStorePassword(char[])
.SslEngineConfigurationBuilder.trustStorePassword
(char[] trustStorePassword) Specifies the password needed to open the truststore You also need to specify atrustStoreFileName(String)
.SslEngineConfigurationBuilder.trustStoreType
(String trustStoreType) Specifies the type of the truststore, such as JKS or JCEKS.