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.configuration
Methods in fr.gouv.vitam.common.client.configuration that return SSLKey Modifier and Type Method Description SSLKey
SSLKey. setKeyPassword(java.lang.String keyPassword)
SSLKey
SSLKey. 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 SSLConfiguration
SSLConfiguration. setKeystore(java.util.List<SSLKey> keystore)
SSLConfiguration
SSLConfiguration. 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
-