Uses of Class
fr.gouv.vitam.common.client.configuration.SSLKey
Packages that use SSLKey
Package
Description
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 SSLKeyModifier and TypeMethodDescriptionSSLKey.setKeyPassword(String keyPassword) SSLKey.setKeyPath(String keyPath) Methods in fr.gouv.vitam.common.client.configuration that return types with arguments of type SSLKeyModifier and TypeMethodDescriptionSSLConfiguration.getKeystore()SSLConfiguration.getTruststore()Method parameters in fr.gouv.vitam.common.client.configuration with type arguments of type SSLKeyModifier and TypeMethodDescriptionSSLConfiguration.setKeystore(List<SSLKey> keystore) SSLConfiguration.setTruststore(List<SSLKey> truststore) Constructor parameters in fr.gouv.vitam.common.client.configuration with type arguments of type SSLKeyModifierConstructorDescriptionSSLConfiguration(List<SSLKey> keystore, List<SSLKey> truststore) SSLConfiguration Constructor