|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Encapsulates the Signator dependant information that needs to be passed from prepareSign to finishSign.
This supersedes the IncrementalUpdateInformation.
| Method Summary | |
ActualTablePos |
getActualTablePos()
Returns the position where the signature table was actually placed. |
List |
getNonTextualObjects()
Returns a list< NonTextObjectInfo of non textual objects in the pdf document.
|
SignatureData |
getSignatureData()
Returns the SignatureData to be signed. |
SignSignatureObject |
getSignSignatureObject()
Returns the SignSignatureObject. |
void |
setNonTextualObjects(List nonTextObjects)
Set a list< NonTextObjectInfo of non textual objects in the pdf document.
|
void |
setSignSignatureObject(SignSignatureObject signSignatureObject)
Sets the SignSignatureObject with the signature data. |
| Method Detail |
public SignatureData getSignatureData()
This is passed on to the Connector and signature device for signing.
public void setSignSignatureObject(SignSignatureObject signSignatureObject)
This is called by the framework to provide the finishSign with the signature data.
signSignatureObject - The SignSignatureObject.public SignSignatureObject getSignSignatureObject()
After signation, this is used by the framework/API to get additional information about the signature.
public ActualTablePos getActualTablePos()
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 void setNonTextualObjects(List nonTextObjects)
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!
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||