Class SSLKey
- java.lang.Object
-
- fr.gouv.vitam.common.client.configuration.SSLKey
-
public class SSLKey extends java.lang.Object
SSL Key
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKeyPassword()
java.lang.String
getKeyPath()
SSLKey
setKeyPassword(java.lang.String keyPassword)
SSLKey
setKeyPath(java.lang.String keyPath)
-
-
-
Method Detail
-
getKeyPath
public java.lang.String getKeyPath()
- Returns:
- the keyPath
-
setKeyPath
public SSLKey setKeyPath(java.lang.String keyPath)
- Parameters:
keyPath
- the keyPath to set- Returns:
- this
- Throws:
java.lang.IllegalArgumentException
- if keyPath is null or empty
-
getKeyPassword
public java.lang.String getKeyPassword()
- Returns:
- the keyPassword
-
setKeyPassword
public SSLKey setKeyPassword(java.lang.String keyPassword)
- Parameters:
keyPassword
- the keyPassword to set- Returns:
- this
- Throws:
java.lang.IllegalArgumentException
- if keyPassword is null or empty
-
-