@Deprecated
public interface AnalyzeResult
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getNoSignatures()
Deprecated.
|
java.util.List |
getSignatures()
Deprecated.
Returns the list of found signatures.
|
boolean |
hasBeenCorrected()
Deprecated.
Tells if the document has been corrected before verification.
|
java.util.List getSignatures()
throws PdfAsException
SignatureInformation objects representing all
found signatures.PdfAsException - Thrown on error.SignatureInformationjava.util.List getNoSignatures()
boolean hasBeenCorrected()
correct_document_on_verify_if_necessary). The correction can only work for textual
signatures. Binary signatures are lost anyhow.