|
|||||||||||
| 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
at.gv.egiz.pdfas.impl.signator.detached.DetachedTextualSignator_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 String |
MIME_TYPE
The Mime Type. |
static PdfASID |
MY_ID
The Pdf-AS ID of this Signator. |
| Constructor Summary | |
DetachedTextualSignator_1_0_0()
|
|
| Method Summary | |
void |
finishSign(SignatorInformation signatorInformation,
DataSink dataSink)
|
PdfASID |
getMyId()
Returns the PdfASID of this Connector. |
| Methods inherited from class at.gv.egiz.pdfas.impl.signator.textual.TextualSignator_1_0_0 |
getEncoding, prepareSign |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String MIME_TYPE
public static final PdfASID MY_ID
| Constructor Detail |
public DetachedTextualSignator_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 SignatorgetMyId in class TextualSignator_1_0_0Signator.getMyId()
public void finishSign(SignatorInformation signatorInformation,
DataSink dataSink)
throws SignatorException
finishSign in interface SignatorfinishSign in class TextualSignator_1_0_0SignatorExceptionTextualSignator_1_0_0.finishSign(at.gv.egiz.pdfas.framework.signator.SignatorInformation,
at.gv.egiz.pdfas.framework.output.DataSink)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||