Uses of Class
fr.gouv.vitam.common.client.configuration.SSLKey
Package
Description
Basic Vitam Client Common Configuration interface
-
Uses of SSLKey in fr.gouv.vitam.common.client.configuration
Modifier and TypeMethodDescriptionSSLKey.setKeyPassword
(String keyPassword) SSLKey.setKeyPath
(String keyPath) Modifier and TypeMethodDescriptionSSLConfiguration.getKeystore()
SSLConfiguration.getTruststore()
Modifier and TypeMethodDescriptionSSLConfiguration.setKeystore
(List<SSLKey> keystore) SSLConfiguration.setTruststore
(List<SSLKey> truststore) ModifierConstructorDescriptionSSLConfiguration
(List<SSLKey> keystore, List<SSLKey> truststore) SSLConfiguration Constructor