Uses of Class
fr.gouv.vitam.common.client.configuration.SSLKey
- 
Packages that use SSLKey Package Description fr.gouv.vitam.common.client.configuration Basic Vitam Client Common Configuration interface
- 
- 
Uses of SSLKey in fr.gouv.vitam.common.client.configurationMethods in fr.gouv.vitam.common.client.configuration that return SSLKey Modifier and Type Method Description SSLKeySSLKey. setKeyPassword(java.lang.String keyPassword)SSLKeySSLKey. setKeyPath(java.lang.String keyPath)Methods in fr.gouv.vitam.common.client.configuration that return types with arguments of type SSLKey Modifier and Type Method Description java.util.List<SSLKey>SSLConfiguration. getKeystore()java.util.List<SSLKey>SSLConfiguration. getTruststore()Method parameters in fr.gouv.vitam.common.client.configuration with type arguments of type SSLKey Modifier and Type Method Description SSLConfigurationSSLConfiguration. setKeystore(java.util.List<SSLKey> keystore)SSLConfigurationSSLConfiguration. setTruststore(java.util.List<SSLKey> truststore)Constructor parameters in fr.gouv.vitam.common.client.configuration with type arguments of type SSLKey Constructor Description SSLConfiguration(java.util.List<SSLKey> keystore, java.util.List<SSLKey> truststore)SSLConfiguration Constructor
 
-