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

Packages that use SignatureException
at.gv.egiz.pdfas.impl.vfilter   
at.gv.egiz.pdfas.web.helper   
at.knowcenter.wag.egov.egiz   
at.knowcenter.wag.egov.egiz.exceptions   
at.knowcenter.wag.egov.egiz.framework   
at.knowcenter.wag.egov.egiz.pdf   
at.knowcenter.wag.egov.egiz.sig   
at.knowcenter.wag.egov.egiz.sig.connectors   
at.knowcenter.wag.egov.egiz.sig.signatureobject   
at.knowcenter.wag.egov.egiz.web   
at.knowcenter.wag.egov.egiz.web.servlets   
 

Uses of SignatureException in at.gv.egiz.pdfas.impl.vfilter
 

Methods in at.gv.egiz.pdfas.impl.vfilter that throw SignatureException
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 SignatureException in at.gv.egiz.pdfas.web.helper
 

Methods in at.gv.egiz.pdfas.web.helper that throw SignatureException
static void SigningTimeHelper.checkSigningTimeAgainstHostTime(SignatorInformation si)
           
static void SigningTimeHelper.checkSigningTimeAgainstHostTime(SignSignatureObject sso)
           
 

Uses of SignatureException in at.knowcenter.wag.egov.egiz
 

Methods in at.knowcenter.wag.egov.egiz that throw SignatureException
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 SignSignatureObject PdfAS.sign(SignatureData data_to_sign, Connector connector, TimeStamper timeStamper)
          Signs the given text with the provided connector using the given signature type.
static SignatureObject PdfAS.createSignatureObjectFromType(String signature_type)
          Helper method that creates a SignatureObject and initializes it with the given type.
static com.lowagie.text.pdf.PdfPTable PdfAS.createPdfPTableFromSignatureObject(SignatureObject signature_object)
          Creates the iText PDFPTable from a given SignatureObject.
 

Uses of SignatureException in at.knowcenter.wag.egov.egiz.exceptions
 

Subclasses of SignatureException in at.knowcenter.wag.egov.egiz.exceptions
 class InvalidIDException
          Thrown when parsing an ID ("Kennzeichnung") fails.
 

Uses of SignatureException in at.knowcenter.wag.egov.egiz.framework
 

Methods in at.knowcenter.wag.egov.egiz.framework that throw SignatureException
 List VerificationFilter.extractSignaturesFromPlainText(String raw_text)
          Deprecated. Extracts the List of SignatureHolders from the given plain text document.
 

Uses of SignatureException in at.knowcenter.wag.egov.egiz.pdf
 

Methods in at.knowcenter.wag.egov.egiz.pdf that throw SignatureException
static List AbsoluteTextSignature.extractSignatureHoldersFromText(String text)
          Extracts all signature holders from a given text.
static TextualSignatureHolder AbsoluteTextSignature.extractLatestBlock(String text)
          Extracts the latest signature block from the given text and creates a SignatureHolder object that can be verified.
static FoundBlock AbsoluteTextSignature.findLatestBlock(String text)
          Finds the latest signature block for a given text.
static SignatureObject AbsoluteTextSignature.createSignatureObjectFromFoundBlock(String text, FoundBlock found_block)
          Creates a SignatureObject from a found block by extracting the corresponding values.
static FoundBlock AbsoluteTextSignature.chooseMostPossibleBlock(List found_blocks)
          Chooses the most possible (best choice) block of the list of blocks.
static List AbsoluteTextSignature.filterHorizontallyLargestBlocks(List found_blocks)
          Filters out all blocks but the horizonally largest ones.
 

Uses of SignatureException in at.knowcenter.wag.egov.egiz.sig
 

Methods in at.knowcenter.wag.egov.egiz.sig that throw SignatureException
static String SignatureObject.formatSigIds(Properties response_properties, String[] sigIds)
           
 SignatureObject SignatureBlock.getSignatureObject()
          Deprecated.  
 String LocalConnector.prepareSignRequest(String user_name, String sign_text, String signature_type)
          Deprecated. Prepares the sign request string.
 String LocalConnector.prepareVerifyRequest(String signed_text, SignatureObject signature_object)
          Deprecated. Prepares the verify request string.
 SignatureObject LocalConnector.analyzeSignResponse(Properties response_properties, String signature_type)
          Deprecated. Analyzes the sign response string.
 SignatureResponse LocalConnector.analyzeVerifyResponse(Properties response_properties)
          Deprecated. Analyzes the verify response string.
 SignatureObject Connector.doSign(String sig_type, String user_name, String text_to_sign)
          Performs a sign.
 SignatureResponse Connector.doVerify(String signed_text, SignatureObject sig_obj)
          Performs a verify.
 

Constructors in at.knowcenter.wag.egov.egiz.sig that throw SignatureException
SignatureTypeDefinition(SettingsReader settings, String type)
          The constructor of the signature type definition.
SignatureObject()
          The empty constructor.
 

Uses of SignatureException in at.knowcenter.wag.egov.egiz.sig.connectors
 

Methods in at.knowcenter.wag.egov.egiz.sig.connectors that throw SignatureException
 SignatureObject MOAConnector.doSign(String sigType, String userName, String signText)
          Deprecated. This method calls the MOA signing a given text.
 String MOAConnector.getVerifyTemplate(String normalizedText, SignatureObject sigObject)
          Deprecated. This method reads the verify template from the file system and fills out the template with the SignatureObject values.
 SignatureResponse MOAConnector.doVerify(String normalizedText, SignatureObject sigObject)
          Deprecated. This method generates the MOA verify prozess.
 void BKUConnector.loadSettings()
          Deprecated. load the inital signature settings
 SignatureObject BKUConnector.doSign(String sigType, String userName, String signText)
          Deprecated. This method calls the BKU signing a given text.
 SignatureResponse BKUConnector.doVerify(String normalizedText, SignatureObject sigObject)
          Deprecated. This method generates the BKU verify prozess.
 String BKUConnector.getVerifyTemplate(String normalizedText, SignatureObject sigObject)
          Deprecated. This method reads the verify template from the file system and fills out the template with the SignatureObject values.
 String BKUConnector.prepareSignRequest(String userName, String signText, String signType)
          Deprecated.  
 String BKUConnector.prepareVerifyRequest(String normalizedText, SignatureObject sigObject)
          Deprecated.  
protected  Properties BKUConnector.sendRequest(String url, String request_string)
          Deprecated. Sends the request to the given URL.
 SignatureObject BKUConnector.analyzeSignResponse(Properties response_properties, String sigType)
          Deprecated.  
 SignatureResponse BKUConnector.analyzeVerifyResponse(Properties response_properties)
          Deprecated.  
 

Constructors in at.knowcenter.wag.egov.egiz.sig.connectors that throw SignatureException
MOAConnector()
          Deprecated. The empty constructor
A1Connector()
          Constructor.
 

Uses of SignatureException in at.knowcenter.wag.egov.egiz.sig.signatureobject
 

Methods in at.knowcenter.wag.egov.egiz.sig.signatureobject that throw SignatureException
static SignatureObject SignatureObjectHelper.convertSignSignatureObjectToSignatureObject(SignSignatureObject sso, String signature_type)
           
static SignSignatureObject SignatureObjectHelper.convertSignatureObjectToSignSignatureObject(SignatureObject so)
           
 

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

Methods in at.knowcenter.wag.egov.egiz.web that throw SignatureException
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.
 

Uses of SignatureException in at.knowcenter.wag.egov.egiz.web.servlets
 

Methods in at.knowcenter.wag.egov.egiz.web.servlets that throw SignatureException
protected  void DataURLServlet.processSign(HttpServletRequest request, HttpServletResponse response, SignSessionInformation si)
           
 



Copyright © 2006-2010. All Rights Reserved.