|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The basic interface for signator algorithms.
| Method Summary | |
SignResult |
finishSign(IncrementalUpdateInformation iui)
This is called after the data has been signed by the connector. |
PdfASID |
getMyId()
Returns the PdfASID of this Connector. |
IncrementalUpdateInformation |
prepareSign(PdfDataSource pdfDataSource,
String signature_type,
TablePos pos,
boolean has_SIG_ID)
This is called before the data is sent to the connector. |
| Method Detail |
public PdfASID getMyId()
This should always return the MY_ID static field of the connector. Dont't forget to override this.
Within connector code always use this method so that code reuse through derivation can take place correctly.
public IncrementalUpdateInformation prepareSign(PdfDataSource pdfDataSource,
String signature_type,
TablePos pos,
boolean has_SIG_ID)
throws PresentableException
signature_type - The type/profile of the signature to apply.pos - The table position. If null, the position is read from the
profile, if this is null too, the position is computed.has_SIG_ID - Tells the algorithm, id a SIG_ID field will be required after
signing. Algorithms with fixed formatted signature blocks need to
know this.
PresentableException - Forwarded exception.
public SignResult finishSign(IncrementalUpdateInformation iui)
throws PresentableException
Replaces all the left out placeholders with their values retrieved from the signation process.
iui - The IncrementalUpdateInformation.
PDFDocumentException - Forwarded exception.
PresentableException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||