at.gv.egiz.pdfas.api.analyze
Interface AnalyzeResult

All Known Implementing Classes:
AnalyzeResultImpl

public interface AnalyzeResult

The result of an analyze operation, which is a list of verifyable signatures.

Author:
wprinz

Method Summary
 List getNoSignatures()
           
 List getSignatures()
          Returns the list of found signatures.
 

Method Detail

getSignatures

public List getSignatures()
                   throws PdfAsException
Returns the list of found signatures.

Returns:
Returns a list of SignatureInformation objects representing all found signatures.
Throws:
PdfAsException - Thrown on error.
See Also:
SignatureInformation

getNoSignatures

public List getNoSignatures()


Copyright © 2006-2010. All Rights Reserved.