|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The result of a sign operation.
| Method Summary | |
List |
getNonTextualObjects()
Returns a list< NonTextObjectInfo of non textual objects in the pdf document.
|
DataSink |
getOutputDocument()
Returns the filled output data sink. |
SignaturePosition |
getSignaturePosition()
Returns the position where the signature is finally placed. |
X509Certificate |
getSignerCertificate()
Returns the certificate of the signer. |
boolean |
hasNonTextualObjects()
Returns if pdf has non textual objects (only for textual signature available). |
| Method Detail |
public DataSink getOutputDocument()
public X509Certificate getSignerCertificate()
public SignaturePosition getSignaturePosition()
This information can be useful for post-processing the document.
Consult the PDF-AS documentation section Commandline for further information about positioning.
public List getNonTextualObjects()
NonTextObjectInfo of non textual objects in the pdf document.
Only available for textual signatures. Show this to the user who signed the textual content only!
NonTextObjectInfo or null of not available (binary signature)public boolean hasNonTextualObjects()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||