public class SignCertResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_STATUS |
static String |
OK_STATUS |
| Constructor and Description |
|---|
SignCertResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getResult() |
String |
getSignedCa() |
void |
setMessage(String message) |
void |
setResult(String result) |
void |
setSignedCa(String signedCa) |
public static final String ERROR_STATUS
public static final String OK_STATUS
Copyright © 2022 Apache Software Foundation. All rights reserved.