Uses of Class
fr.gouv.vitam.common.external.client.configuration.SSLKey
-
Packages that use SSLKey Package Description fr.gouv.vitam.common.external.client.configuration Contains Client configuration classes -
-
Uses of SSLKey in fr.gouv.vitam.common.external.client.configuration
Methods in fr.gouv.vitam.common.external.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.external.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.external.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.external.client.configuration with type arguments of type SSLKey Constructor Description SSLConfiguration(java.util.List<SSLKey> keystore, java.util.List<SSLKey> truststore)SSLConfiguration Constructor
-