Package org.kiwiproject.config
Class TlsContextConfiguration.TlsContextConfigurationBuilder
java.lang.Object
org.kiwiproject.config.TlsContextConfiguration.TlsContextConfigurationBuilder
- Enclosing class:
- TlsContextConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbuild()disableSniHostCheck(Boolean disableSniHostCheck) keyStorePassword(String keyStorePassword) keyStorePath(String keyStorePath) keyStoreProvider(String keyStoreProvider) keyStoreType(String keyStoreType) supportedCiphers(List<String> supportedCiphers) supportedProtocols(List<String> supportedProtocols) toString()trustSelfSignedCertificates(Boolean trustSelfSignedCertificates) trustStorePassword(String trustStorePassword) trustStorePath(String trustStorePath) trustStoreProvider(String trustStoreProvider) trustStoreType(String trustStoreType) verifyHostname(Boolean verifyHostname)
-
Method Details
-
protocol
- Returns:
this.
-
provider
- Returns:
this.
-
keyStorePath
- Returns:
this.
-
keyStorePassword
public TlsContextConfiguration.TlsContextConfigurationBuilder keyStorePassword(String keyStorePassword) - Returns:
this.
-
keyStoreType
- Returns:
this.
-
keyStoreProvider
public TlsContextConfiguration.TlsContextConfigurationBuilder keyStoreProvider(String keyStoreProvider) - Returns:
this.
-
trustStorePath
- Returns:
this.
-
trustStorePassword
public TlsContextConfiguration.TlsContextConfigurationBuilder trustStorePassword(String trustStorePassword) - Returns:
this.
-
trustStoreType
- Returns:
this.
-
trustStoreProvider
public TlsContextConfiguration.TlsContextConfigurationBuilder trustStoreProvider(String trustStoreProvider) - Returns:
this.
-
trustSelfSignedCertificates
public TlsContextConfiguration.TlsContextConfigurationBuilder trustSelfSignedCertificates(Boolean trustSelfSignedCertificates) - Returns:
this.
-
verifyHostname
public TlsContextConfiguration.TlsContextConfigurationBuilder verifyHostname(Boolean verifyHostname) - Returns:
this.
-
disableSniHostCheck
public TlsContextConfiguration.TlsContextConfigurationBuilder disableSniHostCheck(Boolean disableSniHostCheck) - Returns:
this.
-
supportedProtocols
public TlsContextConfiguration.TlsContextConfigurationBuilder supportedProtocols(List<String> supportedProtocols) - Returns:
this.
-
supportedCiphers
public TlsContextConfiguration.TlsContextConfigurationBuilder supportedCiphers(List<String> supportedCiphers) - Returns:
this.
-
certAlias
- Returns:
this.
-
build
-
toString
-