|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.framework.SignResult
public class SignResult
This class holds the signed document, which is given by the mime type and the binary data.
| Field Summary | |
|---|---|
protected byte[] |
data
The binary data of the document. |
protected String |
mime_type
The mime type of the data specifying the type of the document. |
| Constructor Summary | |
|---|---|
SignResult(String document_mime_type,
byte[] document_data)
Constructor. |
|
| Method Summary | |
|---|---|
byte[] |
getData()
Returns the binary data. |
String |
getMimeType()
Returns the mime type. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String mime_type
protected byte[] data
| Constructor Detail |
|---|
public SignResult(String document_mime_type,
byte[] document_data)
document_mime_type - The mime type of the data specifying the type of the document.document_data - The binary data of the document.| Method Detail |
|---|
public byte[] getData()
public String getMimeType()
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||