public class SSLKey extends Object
| Constructor and Description |
|---|
SSLKey()
Empty constructor
|
SSLKey(String keyPath,
String keyPassword) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyPassword() |
String |
getKeyPath() |
SSLKey |
setKeyPassword(String keyPassword) |
SSLKey |
setKeyPath(String keyPath) |
public SSLKey()
public SSLKey(String keyPath, String keyPassword)
keyPath - keyPassword - IllegalArgumentException - if keyPath/keyPassword is null or emptypublic String getKeyPath()
public SSLKey setKeyPath(String keyPath)
keyPath - the keyPath to setIllegalArgumentException - if keyPath is null or emptypublic String getKeyPassword()
public SSLKey setKeyPassword(String keyPassword)
keyPassword - the keyPassword to setIllegalArgumentException - if keyPassword is null or emptyCopyright © 2018 Vitam. All rights reserved.