|
|||||||||||
| 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.TextualSignator_1_0_0
Signs a document textually.
In prepareSign, the document text is extracted and normalized.
In finishSign, the signed SignatureObject is transformed into a Signature block, which is then written as an Incremental Update.
| Field Summary | |
static PdfASID |
MY_ID
The Pdf-AS ID of this Signator. |
| Constructor Summary | |
TextualSignator_1_0_0()
Default constructor. |
|
| 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)
The parameter has_SIG_ID is not used by this Signator because it doesn't pre-format the signature block. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final PdfASID MY_ID
| Constructor Detail |
public TextualSignator_1_0_0()
| Method Detail |
public PdfASID getMyId()
SignatorThis 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.
getMyId in interface SignatorSignator.getMyId()
public SignatorInformation prepareSign(PdfDataSource pdfDataSource,
String profile,
TablePos pos,
TimeStamper timestamper)
throws SignatorException
The parameter has_SIG_ID is not used by this Signator because it doesn't pre-format the signature block.
prepareSign in interface SignatorSignatorExceptionat.gv.egiz.pdfas.framework.signator.Signator#prepareSign(at.gv.egiz.pdfas.framework.input.PdfDataSource,
java.lang.String, at.knowcenter.wag.egov.egiz.pdf.TablePos, boolean)
public void finishSign(SignatorInformation signatorInformation,
DataSink dataSink)
throws SignatorException
finishSign in interface SignatorSignatorExceptionSignator.finishSign(at.gv.egiz.pdfas.framework.signator.SignatorInformation,
at.gv.egiz.pdfas.framework.output.DataSink)public String getEncoding()
Signator
getEncoding in interface Signator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||