|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The basic interface for signator algorithms.
| Method Summary | |
void |
finishSign(SignatorInformation signatorInformation,
DataSink dataSink)
|
String |
getEncoding()
Suppies encoding for text extraction |
PdfASID |
getMyId()
Returns the PdfASID of this Connector. |
SignatorInformation |
prepareSign(PdfDataSource pdfDataSource,
String profile,
TablePos pos,
TimeStamper timestamper)
|
| 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 String getEncoding()
public SignatorInformation prepareSign(PdfDataSource pdfDataSource,
String profile,
TablePos pos,
TimeStamper timestamper)
throws SignatorException
SignatorException
public void finishSign(SignatorInformation signatorInformation,
DataSink dataSink)
throws SignatorException
SignatorException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||