|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NormalizeException | |
---|---|
at.knowcenter.wag.egov.egiz | |
at.knowcenter.wag.egov.egiz.framework | |
at.knowcenter.wag.egov.egiz.tools | |
at.knowcenter.wag.egov.egiz.web |
Uses of NormalizeException in at.knowcenter.wag.egov.egiz |
---|
Methods in at.knowcenter.wag.egov.egiz that throw NormalizeException | |
---|---|
static List |
PdfAS.extractSignatureHoldersTextual(String raw_text,
boolean old_style)
Extracts all signature blocks from the given raw text using textual mode. |
static SignatureHolder |
PdfAS.extractSignatureHolderTextual(String raw_text,
boolean old_style)
Extracts the last signature holder from the given text. |
static String |
PdfAS.normalizeText(String text)
Normalizes the given text. |
static SignatureResponse |
PdfAS.verify(SignatureHolder signature_holder,
String connector)
Verifies a SignatureHolder using the given connector. |
static List |
PdfAS.verifySignatureHolders(List signature_holders,
String connector)
Verifies the List of SignatureHolders using the given connector. |
Uses of NormalizeException in at.knowcenter.wag.egov.egiz.framework |
---|
Methods in at.knowcenter.wag.egov.egiz.framework that throw NormalizeException | |
---|---|
List |
VerificationFilter.extractSignaturesFromPlainText(String raw_text)
Extracts the List of SignatureHolders from the given plain text document. |
Uses of NormalizeException in at.knowcenter.wag.egov.egiz.tools |
---|
Methods in at.knowcenter.wag.egov.egiz.tools that throw NormalizeException | |
---|---|
void |
Normalizer.init()
Load the factory implementation. |
void |
Normalizer.setVersion(String normVersion)
Set a normalizer version. |
Constructors in at.knowcenter.wag.egov.egiz.tools that throw NormalizeException | |
---|---|
Normalizer()
The empty constructor. |
|
Normalizer(String rawString)
New Normalizer init by the raw string. |
|
Normalizer(String rawString,
String normVersion)
New Normalizer init by the raw string and a normalizer version. |
Uses of NormalizeException in at.knowcenter.wag.egov.egiz.web |
---|
Methods in at.knowcenter.wag.egov.egiz.web that throw NormalizeException | |
---|---|
static void |
LocalRequestHelper.prepareDispatchToLocalConnectionPage(LocalRequest local_request,
HttpServletRequest request,
HttpServletResponse response)
Prepares the dispatch to the local data connection page. |
static void |
LocalRequestHelper.processLocalVerify(SessionInformation si,
List holders_to_verify,
HttpServletRequest request,
HttpServletResponse response)
Sets up the local verify procedure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |