|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SignResult in at.knowcenter.wag.egov.egiz |
---|
Methods in at.knowcenter.wag.egov.egiz that return SignResult | |
---|---|
static SignResult |
PdfAS.sign(PdfASID algorithm,
byte[] pdf,
String signature_type,
String connector,
String user_name,
String user_password,
TablePos pos)
Signs the document using the given algorithm. |
Uses of SignResult in at.knowcenter.wag.egov.egiz.commandline |
---|
Methods in at.knowcenter.wag.egov.egiz.commandline with parameters of type SignResult | |
---|---|
protected static String |
Main.generateOutputFileNameFromInput(String input,
SignResult sign_result)
Generates a suitable output file name for the output regarding the type of the sign_result. |
Uses of SignResult in at.knowcenter.wag.egov.egiz.framework |
---|
Methods in at.knowcenter.wag.egov.egiz.framework that return SignResult | |
---|---|
SignResult |
Signator.finishSign(IncrementalUpdateInformation iui)
This is called after the data has been signed by the connector. |
Uses of SignResult in at.knowcenter.wag.egov.egiz.framework.signators |
---|
Methods in at.knowcenter.wag.egov.egiz.framework.signators that return SignResult | |
---|---|
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 SignResult in at.knowcenter.wag.egov.egiz.web |
---|
Fields in at.knowcenter.wag.egov.egiz.web declared as SignResult | |
---|---|
SignResult |
SessionInformation.sign_result
The sign result to be passed back to the user. |
Methods in at.knowcenter.wag.egov.egiz.web with parameters of type SignResult | |
---|---|
static String |
Sign.formatFileNameForSignResult(String file_name,
SignResult sign_result)
Formats the file name according to the SignResult. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |