| Package | Description |
|---|---|
| io.axual.common.config | |
| io.axual.common.tools |
| Modifier and Type | Method and Description |
|---|---|
PasswordConfig |
SslConfig.getKeyPassword()
Gets the password to access the private key in the keystore.
|
PasswordConfig |
SslConfig.Builder.getKeyPassword()
Gets the password to access the private key in the keystore.
|
PasswordConfig |
SslConfig.getKeystoreCertificateChain()
Gets the keystore in PEM format
|
PasswordConfig |
SslConfig.Builder.getKeystoreCertificateChain()
Gets the keystore certificates in PEM format.
|
PasswordConfig |
SslConfig.getKeystoreKey()
Gets the keystore key in PEM format
|
PasswordConfig |
SslConfig.Builder.getKeystoreKey()
Gets the keystore certificates in form of PEM.
|
PasswordConfig |
SslConfig.getKeystorePassword()
Gets the password to access the keystore.
|
PasswordConfig |
SslConfig.Builder.getKeystorePassword()
Gets the password to access the truststore.
|
PasswordConfig |
SslConfig.getTruststoreCertificates()
Gets the trusted certificates in the format specified by 'ssl.truststore.type'.
|
PasswordConfig |
SslConfig.Builder.getTruststoreCertificates()
Gets the truststore certificates in PEM format.
|
PasswordConfig |
SslConfig.getTruststorePassword()
Gets the password to access the truststore.
|
PasswordConfig |
SslConfig.Builder.getTruststorePassword()
Gets truststore password.
|
| Modifier and Type | Method and Description |
|---|---|
SslConfig.Builder |
SslConfig.Builder.setKeyPassword(PasswordConfig 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.setKeystoreKey(PasswordConfig keystoreKey)
Sets the private key in the format specified by 'ssl.keystore.type'.
|
SslConfig.Builder |
SslConfig.Builder.setKeystorePassword(PasswordConfig keystorePassword)
Sets password to access the keystore.
|
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.setTruststorePassword(PasswordConfig truststorePassword)
Sets truststore password.
|
| Modifier and Type | Method and Description |
|---|---|
static java.security.KeyStore |
SslUtil.loadKeyStore(java.lang.String location,
PasswordConfig password)
Deprecated.
|
static java.security.KeyStore |
SslUtil.loadKeyStore(java.lang.String location,
PasswordConfig password,
java.lang.String type)
Deprecated.
|
static void |
SslUtil.printKeyStore(java.lang.String type,
java.lang.String location,
PasswordConfig password)
Deprecated.
Log the contents of a key store.
|
static void |
SslUtil.validateCertificateStore(java.lang.String type,
java.lang.String storeLocation,
PasswordConfig storePassword,
boolean performCertificateValidation)
Deprecated.
This will try to load the keystore and throws an exception if invalid
|
static void |
SslUtil.validateCertificateStore(java.lang.String type,
java.lang.String storeLocation,
PasswordConfig storePassword,
java.lang.String storeType,
boolean performCertificateValidation)
Deprecated.
|
Copyright © 2020–2022 Axual B.V.. All rights reserved.