|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.framework.signators.BinarySignator_1_0_0
at.knowcenter.wag.egov.egiz.framework.signators.BinarySignator_1_1_0
Signs the document binary.
This just differs from version 1.0.0 in the fact that the signature data is the actual binary PDF instead of a Base64 encoding.
BinarySignator_1_0_0| Field Summary | |
static PdfASID |
MY_ID
Deprecated. The Pdf-AS ID of this Signator. |
| Constructor Summary | |
BinarySignator_1_1_0()
Deprecated. |
|
| Method Summary | |
protected SignatureData |
formSignatureData(IncrementalUpdateInformation iui)
Deprecated. Overrides the SignatureData generation of the BinarySignator 1.0.0 so that the SignatureData is the actual binary PDF instead of a Base64 encoding. |
PdfASID |
getMyId()
Deprecated. Returns the PdfASID of this Connector. |
| Methods inherited from class at.knowcenter.wag.egov.egiz.framework.signators.BinarySignator_1_0_0 |
fillReplacesWithValues, finishSign, prepareSign, reduceToIUBlock, restoreSignedPdf |
| 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 BinarySignator_1_1_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 BinarySignator_1_0_0Signator.getMyId()protected SignatureData formSignatureData(IncrementalUpdateInformation iui)
formSignatureData in class BinarySignator_1_0_0iui - The IncrementalUpdateInformation.
BinarySignator_1_0_0.formSignatureData(at.knowcenter.wag.egov.egiz.pdf.IncrementalUpdateInformation)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||