at.gv.egiz.pdfas.impl.api.verify
Class SignatureCheckImpl
java.lang.Object
at.gv.egiz.pdfas.impl.api.verify.SignatureCheckImpl
- All Implemented Interfaces:
- SignatureCheck
- public class SignatureCheckImpl
- extends Object
- implements SignatureCheck
- Author:
- wprinz
|
Field Summary |
protected int |
code
The check code. |
protected String |
message
The check code message. |
|
Method Summary |
int |
getCode()
Returns the response code of the check. |
String |
getMessage()
Returns the textual response message of the check (corresponding to the
code). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
protected int code
- The check code.
message
protected String message
- The check code message.
SignatureCheckImpl
public SignatureCheckImpl(int code,
String message)
- Parameters:
code - The check code.message - The check code message.
getCode
public int getCode()
- Description copied from interface:
SignatureCheck
- Returns the response code of the check.
- Specified by:
getCode in interface SignatureCheck
- Returns:
- Returns the response code of the check.
- See Also:
SignatureCheck.getCode()
getMessage
public String getMessage()
- Description copied from interface:
SignatureCheck
- Returns the textual response message of the check (corresponding to the
code).
- Specified by:
getMessage in interface SignatureCheck
- Returns:
- Returns the textual response message of the check (corresponding to
the code).
- See Also:
SignatureCheck.getMessage()
Copyright © 2006-2010. All Rights Reserved.