Package com.linkedin.venice.utils
Class SslUtils.VeniceTlsConfiguration
java.lang.Object
com.linkedin.venice.utils.SslUtils.VeniceTlsConfiguration
- Enclosing class:
- SslUtils
This class is used to configure TLS for Venice components in integration tests.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getHostname
-
getKeyPassphrase
-
getSslProtocol
-
getTrustStorePath
-
getKeyStorePath
-
getKeyStoreType
-
getTrustStoreType
-
getKeyStorePassword
-
getTrustStorePassword
-
getKeyManagerAlgorithm
-
getTrustManagerAlgorithm
-
isUseOpenSsl
public boolean isUseOpenSsl() -
isValidateCertificates
public boolean isValidateCertificates() -
isAllowGeneratingSelfSignedCertificate
public boolean isAllowGeneratingSelfSignedCertificate() -
getSecureRandomAlgorithm
-
builder
-