|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.gv.egiz.pdfas.impl.signator.textual.TextualSignatorInformation
| Field Summary | |
protected ActualTablePos |
atp
|
protected List |
nonTextualObjects
|
protected PdfDataSource |
originalDocument
|
protected TablePos |
pos
|
protected String |
profile
|
protected SignatureData |
signatureData
|
SignSignatureObject |
signSignatureObject
|
| Constructor Summary | |
TextualSignatorInformation()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected PdfDataSource originalDocument
protected SignatureData signatureData
protected String profile
protected TablePos pos
public SignSignatureObject signSignatureObject
protected ActualTablePos atp
protected List nonTextualObjects
| Constructor Detail |
public TextualSignatorInformation()
| Method Detail |
public SignatureData getSignatureData()
SignatorInformationThis is passed on to the Connector and signature device for signing.
getSignatureData in interface SignatorInformationSignatorInformation.getSignatureData()public void setSignSignatureObject(SignSignatureObject signSignatureObject)
SignatorInformationThis is called by the framework to provide the finishSign with the signature data.
setSignSignatureObject in interface SignatorInformationsignSignatureObject - The SignSignatureObject.SignatorInformation.setSignSignatureObject(at.knowcenter.wag.egov.egiz.sig.connectors.bku.SignSignatureObject)public SignSignatureObject getSignSignatureObject()
SignatorInformationAfter signation, this is used by the framework/API to get additional information about the signature.
getSignSignatureObject in interface SignatorInformationSignatorInformation.getSignSignatureObject()public ActualTablePos getActualTablePos()
SignatorInformation
getActualTablePos in interface SignatorInformationSignatorInformation.getActualTablePos()public List getNonTextualObjects()
SignatorInformationNonTextObjectInfo of non textual objects in the pdf document.
Only available for textual signatures. Show this to the user who signed the textual content only!
getNonTextualObjects in interface SignatorInformationNonTextObjectInfo or null of not available (binary signature)public void setNonTextualObjects(List nonTextObjects)
SignatorInformationNonTextObjectInfo of non textual objects in the pdf document.
Only available for textual signatures. Show this to the user who signed the textual content only!
setNonTextualObjects in interface SignatorInformation
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||