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

All Known Implementing Classes:
VerifyResultsImpl

public interface VerifyResults

The result of the verification of a document.

Currently, this is not more than a list of VerifyResult objects, one for each verified signature. There may be additional items in future PDF-AS versions.

Author:
wprinz

Method Summary
 List getResults()
          Returns the List of VerifyResult objects, one for each verified signature.
 

Method Detail

getResults

public List getResults()
Returns the List of VerifyResult objects, one for each verified signature.

Returns:
Returns the List of VerifyResult objects, one for each verified signature.


Copyright © 2006-2010. All Rights Reserved.