Uses of Class
at.knowcenter.wag.egov.egiz.exceptions.NormalizeException

Packages that use NormalizeException
at.gv.egiz.pdfas.impl.vfilter   
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.gv.egiz.pdfas.impl.vfilter
 

Methods in at.gv.egiz.pdfas.impl.vfilter that throw NormalizeException
protected  SignatureHolder VerificationFilterImpl.extractOldSignature(String extractedText, List newSignatures)
          Extracts the old signature from the text, but only if it is older than the oldest signature of the new signatueres.
 

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 TextualSignatureHolder PdfAS.extractSignatureHolderTextual(String raw_text, boolean old_style)
          Extracts the last signature holder from the given text.
static List PdfAS.verifySignatureHolders(List signature_holders, String connectorType, boolean returnHashInputData, Date verificationTime)
           
static List PdfAS.verifySignatureHoldersWeb(List signature_holders, VerifySessionInformation si, String loc_ref)
           
static SignatureResponse PdfAS.verify(SignatureHolder signature_holder, String connectorType, boolean returnHashInputData, Date verificationTime)
          Verifies a SignatureHolder using the given connector.
static SignatureResponse PdfAS.verifyWeb(SignatureHolder signature_holder, String connector, String loc_ref)
           
static String PdfAS.normalizeText(String text)
          Normalizes the given text.
 

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)
          Deprecated. 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(String rawString, String normVersion)
          New Normalizer init by the raw string and a normalizer version.
Normalizer(String rawString)
          New Normalizer init by the raw string.
Normalizer()
          The empty constructor.
 

Uses of NormalizeException in at.knowcenter.wag.egov.egiz.web
 

Methods in at.knowcenter.wag.egov.egiz.web that throw NormalizeException
static String LocalRequestHelper.processLocalVerify(VerifySessionInformation si, List holders_to_verify, HttpServletRequest request, HttpServletResponse response)
          Sets up the local verify procedure.
static void LocalRequestHelper.prepareDispatchToLocalConnectionPage(LocalRequest local_request, HttpServletRequest request, HttpServletResponse response)
          Prepares the dispatch to the local data connection page.
 



Copyright © 2006-2010. All Rights Reserved.