| Package | Description |
|---|---|
| io.axual.common.config |
| Modifier and Type | Method and Description |
|---|---|
static SslConfig.Builder |
SslConfig.newBuilder()
Creates a new builder for SslConfig
|
static SslConfig.Builder |
SslConfig.newBuilder(SslConfig original)
Creates a new builder for SslConfig based on the original SslConfig.
|
SslConfig.Builder |
SslConfig.Builder.setEnableHostnameVerification(boolean enableHostnameVerification)
Sets enable hostname verification.
|
SslConfig.Builder |
SslConfig.Builder.setEnableValidateTruststore(boolean enableValidateTruststore)
Sets enable validate truststore.
|
SslConfig.Builder |
SslConfig.Builder.setKeyPassword(PasswordConfig keyPassword)
Sets the password to access the private key in the keystore.
|
SslConfig.Builder |
SslConfig.Builder.setKeyPassword(java.lang.String keyPassword)
Sets the password to access the private key in the keystore.
|
SslConfig.Builder |
SslConfig.Builder.setKeystoreCertificateChain(PasswordConfig keystoreCertificateChain)
Sets the keystore cert chain.
|
SslConfig.Builder |
SslConfig.Builder.setKeystoreCertificateChain(java.lang.String keystoreCertificateChain)
Sets the keystore cert chain.
|
SslConfig.Builder |
SslConfig.Builder.setKeystoreKey(PasswordConfig keystoreKey)
Sets the private key in the format specified by 'ssl.keystore.type'.
|
SslConfig.Builder |
SslConfig.Builder.setKeystoreKey(java.lang.String keystoreKey)
Sets the private key in the format specified by 'ssl.keystore.type'.
|
SslConfig.Builder |
SslConfig.Builder.setKeystoreLocation(java.lang.String keystoreLocation)
Sets keystore location.
|
SslConfig.Builder |
SslConfig.Builder.setKeystorePassword(PasswordConfig keystorePassword)
Sets password to access the keystore.
|
SslConfig.Builder |
SslConfig.Builder.setKeystorePassword(java.lang.String keystorePassword)
Sets password to access the keystore.
|
SslConfig.Builder |
SslConfig.Builder.setKeystoreType(SslConfig.KeystoreType keystoreType)
Sets the keystore type format
|
SslConfig.Builder |
SslConfig.Builder.setSslProtocol(java.lang.String sslProtocol)
Sets configured SSL protocol.
|
SslConfig.Builder |
SslConfig.Builder.setTruststoreCertificates(PasswordConfig truststoreCertificates)
Sets the truststore location, being either a path name to a locally stored truststore, or a
location to a resource bundled in the application's binary.
|
SslConfig.Builder |
SslConfig.Builder.setTruststoreCertificates(java.lang.String truststoreCertificates)
Sets the truststore location, being either a path name to a locally stored truststore, or a
location to a resource bundled in the application's binary.
|
SslConfig.Builder |
SslConfig.Builder.setTruststoreLocation(java.lang.String truststoreLocation)
Sets the truststore location, being either a path name to a locally stored truststore, or a
location to a resource bundled in the application's binary.
|
SslConfig.Builder |
SslConfig.Builder.setTruststorePassword(PasswordConfig truststorePassword)
Sets truststore password.
|
SslConfig.Builder |
SslConfig.Builder.setTruststorePassword(java.lang.String truststorePassword)
Sets truststore password.
|
SslConfig.Builder |
SslConfig.Builder.setTruststoreType(SslConfig.TruststoreType truststoreType)
Sets truststore type format
|
Copyright © 2020–2022 Axual B.V.. All rights reserved.