public class CertRequestInfo extends CMSRequestInfo
| Modifier and Type | Field and Description |
|---|---|
protected CertId |
certId |
protected java.lang.String |
certRequestType |
protected java.lang.String |
certURL |
protected java.lang.String |
errorMessage |
protected java.lang.String |
operationResult |
static java.lang.String |
REQ_COMPLETE |
static java.lang.String |
RES_ERROR |
static java.lang.String |
RES_SUCCESS |
realm, requestStatus, requestType, requestURL| Constructor and Description |
|---|
CertRequestInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CertId |
getCertId() |
java.lang.String |
getCertRequestType() |
java.lang.String |
getCertURL() |
java.lang.String |
getErrorMessage() |
java.lang.String |
getOperationResult() |
int |
hashCode() |
static void |
main(java.lang.String[] args) |
void |
setCertId(CertId certId) |
void |
setCertRequestType(java.lang.String certRequestType) |
void |
setCertURL(java.lang.String certURL) |
void |
setErrorMessage(java.lang.String errorMessage) |
void |
setOperationResult(java.lang.String operationResult) |
java.lang.String |
toString() |
static CertRequestInfo |
valueOf(java.lang.String string) |
getRealm, getRequestId, getRequestStatus, getRequestType, getRequestURL, setRealm, setRequestStatus, setRequestType, setRequestURLpublic static final java.lang.String REQ_COMPLETE
public static final java.lang.String RES_SUCCESS
public static final java.lang.String RES_ERROR
protected CertId certId
protected java.lang.String certURL
protected java.lang.String certRequestType
protected java.lang.String operationResult
protected java.lang.String errorMessage
public void setCertRequestType(java.lang.String certRequestType)
certRequestType - to setpublic java.lang.String getCertRequestType()
public void setCertURL(java.lang.String certURL)
public java.lang.String getCertURL()
public CertId getCertId()
public void setCertId(CertId certId)
public java.lang.String getOperationResult()
public void setOperationResult(java.lang.String operationResult)
public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
public int hashCode()
hashCode in class CMSRequestInfopublic boolean equals(java.lang.Object obj)
equals in class CMSRequestInfopublic java.lang.String toString()
toString in class java.lang.Objectpublic static CertRequestInfo valueOf(java.lang.String string) throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception