public class GetMobileSignHashStatusResponse extends AbstractGetStatusResponseType implements java.io.Serializable
| Constructor and Description |
|---|
GetMobileSignHashStatusResponse() |
GetMobileSignHashStatusResponse(ProcessStatusType status,
byte[] signature,
java.lang.String sesscode,
byte[] certificateData,
byte[] revocationData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
byte[] |
getCertificateData()
Gets the certificateData value for this GetMobileSignHashStatusResponse.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
byte[] |
getRevocationData()
Gets the revocationData value for this GetMobileSignHashStatusResponse.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.String |
getSesscode()
Gets the sesscode value for this GetMobileSignHashStatusResponse.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCertificateData(byte[] certificateData)
Sets the certificateData value for this GetMobileSignHashStatusResponse.
|
void |
setRevocationData(byte[] revocationData)
Sets the revocationData value for this GetMobileSignHashStatusResponse.
|
void |
setSesscode(java.lang.String sesscode)
Sets the sesscode value for this GetMobileSignHashStatusResponse.
|
getSignature, getStatus, setSignature, setStatuspublic GetMobileSignHashStatusResponse()
public GetMobileSignHashStatusResponse(ProcessStatusType status, byte[] signature, java.lang.String sesscode, byte[] certificateData, byte[] revocationData)
public java.lang.String getSesscode()
public void setSesscode(java.lang.String sesscode)
sesscode - * Session idpublic byte[] getCertificateData()
public void setCertificateData(byte[] certificateData)
certificateData - * Session certificate int PEM formatpublic byte[] getRevocationData()
public void setRevocationData(byte[] revocationData)
revocationData - * OCSP response for certificatepublic boolean equals(java.lang.Object obj)
equals in class AbstractGetStatusResponseTypepublic int hashCode()
hashCode in class AbstractGetStatusResponseTypepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)