Package | Description |
---|---|
fr.gouv.vitam.common.external.client.configuration |
Contains Client configuration classes
|
Modifier and Type | Method and Description |
---|---|
SSLKey |
SSLKey.setKeyPassword(String keyPassword) |
SSLKey |
SSLKey.setKeyPath(String keyPath) |
Modifier and Type | Method and Description |
---|---|
List<SSLKey> |
SSLConfiguration.getKeystore() |
List<SSLKey> |
SSLConfiguration.getTruststore() |
Modifier and Type | Method and Description |
---|---|
SSLConfiguration |
SSLConfiguration.setKeystore(List<SSLKey> keystore) |
SSLConfiguration |
SSLConfiguration.setTruststore(List<SSLKey> truststore) |
Constructor and Description |
---|
SSLConfiguration(List<SSLKey> keystore,
List<SSLKey> truststore)
SSLConfiguration Constructor
|
SSLConfiguration(List<SSLKey> keystore,
List<SSLKey> truststore)
SSLConfiguration Constructor
|
Copyright © 2018 Vitam. All rights reserved.