at.gv.egiz.pdfas.api.verify
Interface SignatureCheck

All Known Implementing Classes:
SignatureCheckImpl

public interface SignatureCheck

The result of a signature check performed by a verification device.

Author:
wprinz
See Also:
VerifyResult

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).
 

Method Detail

getCode

public int getCode()
Returns the response code of the check.

Returns:
Returns the response code of the check.

getMessage

public String getMessage()
Returns the textual response message of the check (corresponding to the code).

Returns:
Returns the textual response message of the check (corresponding to the code).


Copyright © 2006-2010. All Rights Reserved.