| 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.getKeystorePassword()
Gets the password to access the keystore.
|
PasswordConfig |
SslConfig.Builder.getKeystorePassword()
Gets the password to access the truststore.
|
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.setKeystorePassword(PasswordConfig keystorePassword)
Sets password to access the keystore.
|
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)
Load a keystore into a KeyStore object.
|
static java.security.KeyStore |
SslUtil.loadKeyStore(java.lang.String location,
PasswordConfig password,
java.lang.String type) |
static void |
SslUtil.printKeyStore(java.lang.String type,
java.lang.String location,
PasswordConfig password)
Log the contents of a key store.
|
static void |
SslUtil.validateCertificateStore(java.lang.String type,
java.lang.String storeLocation,
PasswordConfig storePassword,
boolean performCertificateValidation)
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) |
Copyright © 2020 Axual B.V.. All rights reserved.