public class SelfSignParams extends Object implements Serializable
| Constructor and Description |
|---|
SelfSignParams(String crtFilePath,
String keyFilePath,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCrtFilePath() |
String |
getKeyFilePath() |
String |
getPassword() |
void |
setCrtFilePath(String crtFilePath) |
void |
setKeyFilePath(String keyFilePath) |
void |
setPassword(String password) |
String |
toString() |
public String getCrtFilePath()
public void setCrtFilePath(String crtFilePath)
public String getKeyFilePath()
public void setKeyFilePath(String keyFilePath)
public String getPassword()
public void setPassword(String password)
Copyright © 2024. All rights reserved.