public abstract class AbstractGetStatusResponseType
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AbstractGetStatusResponseType() |
AbstractGetStatusResponseType(ProcessStatusType status,
byte[] signature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
byte[] |
getSignature()
Gets the signature value for this AbstractGetStatusResponseType.
|
ProcessStatusType |
getStatus()
Gets the status value for this AbstractGetStatusResponseType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setSignature(byte[] signature)
Sets the signature value for this AbstractGetStatusResponseType.
|
void |
setStatus(ProcessStatusType status)
Sets the status value for this AbstractGetStatusResponseType.
|
public AbstractGetStatusResponseType()
public AbstractGetStatusResponseType(ProcessStatusType status, byte[] signature)
public ProcessStatusType getStatus()
public void setStatus(ProcessStatusType status)
status - * Process statuspublic byte[] getSignature()
public void setSignature(byte[] signature)
signature - * Signature value in PKCS#1 container in BASE64
encoding.
NB! For security reasons it’s recommended
for
application provider to verify the signature,
by using a)
value that was signed (Challenge parameter
from
MobileAuthenticate method response), b) public
key
from Mobile-ID user’s certificate and c)
signature (that is calculated by RSA algorithm).public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)