Class SSLKey
- java.lang.Object
-
- fr.gouv.vitam.common.external.client.configuration.SSLKey
-
public class SSLKey extends java.lang.ObjectSSL Key
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKeyPassword()java.lang.StringgetKeyPath()SSLKeysetKeyPassword(java.lang.String keyPassword)SSLKeysetKeyPath(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
-
-