Class SSLKey
java.lang.Object
fr.gouv.vitam.common.external.client.configuration.SSLKey
SSL Key
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SSLKey
public SSLKey()Empty constructor -
SSLKey
- Parameters:
keyPath
-keyPassword
-- Throws:
IllegalArgumentException
- if keyPath/keyPassword is null or empty
-
-
Method Details
-
getKeyPath
- Returns:
- the keyPath
-
setKeyPath
- Parameters:
keyPath
- the keyPath to set- Returns:
- this
- Throws:
IllegalArgumentException
- if keyPath is null or empty
-
getKeyPassword
- Returns:
- the keyPassword
-
setKeyPassword
- Parameters:
keyPassword
- the keyPassword to set- Returns:
- this
- Throws:
IllegalArgumentException
- if keyPassword is null or empty
-