|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IncrementalUpdateInformation | |
---|---|
at.knowcenter.wag.egov.egiz.framework | |
at.knowcenter.wag.egov.egiz.framework.signators | |
at.knowcenter.wag.egov.egiz.pdf | |
at.knowcenter.wag.egov.egiz.web |
Uses of IncrementalUpdateInformation in at.knowcenter.wag.egov.egiz.framework |
---|
Methods in at.knowcenter.wag.egov.egiz.framework that return IncrementalUpdateInformation | |
---|---|
IncrementalUpdateInformation |
Signator.prepareSign(byte[] pdf,
String signature_type,
TablePos pos,
boolean has_SIG_ID)
This is called before the data is sent to the connector. |
Methods in at.knowcenter.wag.egov.egiz.framework with parameters of type IncrementalUpdateInformation | |
---|---|
SignResult |
Signator.finishSign(IncrementalUpdateInformation iui)
This is called after the data has been signed by the connector. |
Uses of IncrementalUpdateInformation in at.knowcenter.wag.egov.egiz.framework.signators |
---|
Methods in at.knowcenter.wag.egov.egiz.framework.signators that return IncrementalUpdateInformation | |
---|---|
IncrementalUpdateInformation |
BinarySignator_1_0_0.prepareSign(byte[] pdf,
String signature_type,
TablePos pos,
boolean has_SIG_ID)
|
IncrementalUpdateInformation |
DetachedSignator_1_0_0.prepareSign(byte[] pdf,
String signature_type,
TablePos pos,
boolean has_SIG_ID)
|
IncrementalUpdateInformation |
TextualSignator_1_0_0.prepareSign(byte[] pdf,
String signature_type,
TablePos pos,
boolean has_SIG_ID)
The parameter has_SIG_ID is not used by this Signator because it doesn't pre-format the signature block. |
Methods in at.knowcenter.wag.egov.egiz.framework.signators with parameters of type IncrementalUpdateInformation | |
---|---|
SignResult |
BinarySignator_1_0_0.finishSign(IncrementalUpdateInformation iui)
|
SignResult |
DetachedSignator_1_0_0.finishSign(IncrementalUpdateInformation iui)
|
SignResult |
TextualSignator_1_0_0.finishSign(IncrementalUpdateInformation iui)
|
Uses of IncrementalUpdateInformation in at.knowcenter.wag.egov.egiz.pdf |
---|
Methods in at.knowcenter.wag.egov.egiz.pdf that return IncrementalUpdateInformation | |
---|---|
static IncrementalUpdateInformation |
BinarySignature.writeIncrementalUpdate(byte[] original_document,
PdfPTable pdf_table,
PositioningInstruction pi,
List variable_field_definitions,
List all_field_definitions)
Signs a document with the given signature table using the Incremental Update method. |
Methods in at.knowcenter.wag.egov.egiz.pdf with parameters of type IncrementalUpdateInformation | |
---|---|
protected static void |
BinarySignature.createEgizDict(PdfStamper stamper,
PdfTemplate table_template,
IncrementalUpdateInformation iui,
List variable_field_definitions,
List all_field_definitions)
Creates the EGIZ Dictionary and adds it to the document. |
static void |
BinarySignature.markByteRanges(IncrementalUpdateInformation iui)
Updates the information in the egiz dictionary to reflect the real offsets of the byte ranges. |
static void |
BinarySignature.replaceCertificate(IncrementalUpdateInformation iui)
Replaces the certificate placeholder with the certificate from the signed Signature Object. |
static void |
BinarySignature.replacePlaceholders(IncrementalUpdateInformation iui)
Replaces the placeholders with values from the signed SignatureObject. |
Uses of IncrementalUpdateInformation in at.knowcenter.wag.egov.egiz.web |
---|
Fields in at.knowcenter.wag.egov.egiz.web declared as IncrementalUpdateInformation | |
---|---|
IncrementalUpdateInformation |
SessionInformation.iui
The incremental update information that has been extracted from the given PDF document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |