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

Packages that use PresentableException
at.knowcenter.wag.egov.egiz   
at.knowcenter.wag.egov.egiz.commandline   
at.knowcenter.wag.egov.egiz.exceptions   
at.knowcenter.wag.egov.egiz.framework   
at.knowcenter.wag.egov.egiz.framework.signators   
at.knowcenter.wag.egov.egiz.framework.verificators   
at.knowcenter.wag.egov.egiz.pdf   
at.knowcenter.wag.egov.egiz.test   
at.knowcenter.wag.egov.egiz.web   
 

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

Methods in at.knowcenter.wag.egov.egiz that throw PresentableException
static String PdfAS.extractNormalizedTextTextual(byte[] pdf)
          Extracts and normalizes the text from the pdf.
static String PdfAS.extractNormalizedTextTextual(byte[] pdf, int length)
          Extracts and normalizes the text from the pdf.
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.
static List PdfAS.verifyPdf(byte[] pdf, String connector)
          Verifies the given PDF document.
static List PdfAS.verifyText(String text, String connector)
          Verifies the given text that is supposed to be extracted from a PDF document using text extraction mechanisms.
 

Uses of PresentableException in at.knowcenter.wag.egov.egiz.commandline
 

Methods in at.knowcenter.wag.egov.egiz.commandline that throw PresentableException
protected static void Main.carryOutCommand(String mode, String signature_mode, String connector, String signature_type, String user_name, String user_password, int verify_which, String input, String output, String pos_string)
          Carries out the actual command given via the commandline parameters.
protected static void Main.printMissing(String missing_term)
          Prints that something is missing.
protected static void Main.printMissingParameter(String missing_term, String parameter)
          Prints that a certain parameter was missing.
protected static void Main.printNoValue(String parameter)
          Prints that the provided value was unrecognized.
protected static void Main.printUnrecognizedAdditionalCommandlineArgument(String argument)
          Prints that the provided additional commandline argument was unrecognized.
protected static void Main.printUnrecognizedOption(String option)
          Prints that the provided option was unrecognized.
protected static void Main.printUnrecognizedValue(String parameter, String value)
          Prints that the provided value was unrecognized.
static void Main.printUsage(PrintStream writer)
          Prints the usage text.
 

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

Subclasses of PresentableException in at.knowcenter.wag.egov.egiz.exceptions
 class ConnectorFactoryException
          This exception is thrown when the connector factory encounters an error during providing a connector.
 class ErrorCodeException
          This exception should be inherit, if an exception should be shown as a feedback message in user interfaces.
 class InvalidIDException
          Thrown when parsing an ID ("Kennzeichnung") fails.
 class NormalizeException
          This exception is thrown by the processing a normalizer.
 class PDFDocumentException
          This exception is thrown in case of problems using pdf librarys.
 class PlaceholderException
           
 class SettingNotFoundException
          This exception is thrown by the SettingsReader if a property key is not found.
 class SettingsException
          Thrown when the settings couldn't be loaded.
 class SignatorFactoryException
          Exception coming out of the SignatorFactory.
 class SignatureException
          This exception is thrown by the processing a signature.
 class SignatureTypesException
          Exception for Signature Type problems.
 class WebException
          Exception for web problems.
 

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

Methods in at.knowcenter.wag.egov.egiz.framework that throw PresentableException
 List VerificationFilter.extractSignaturesFromPdf(byte[] pdf)
          Extracts the List of SignatureHolders from the given PDF document.
 SignResult Signator.finishSign(IncrementalUpdateInformation iui)
          This is called after the data has been signed by the connector.
static void VerificationFilter.main(String[] args)
           
 List Verificator.parseBlock(byte[] pdf, FooterParseResult block, int start_of_whole_block)
          Parses the given document/Block for signatures of this type.
 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.
 

Uses of PresentableException in at.knowcenter.wag.egov.egiz.framework.signators
 

Methods in at.knowcenter.wag.egov.egiz.framework.signators that throw PresentableException
 SignResult BinarySignator_1_0_0.finishSign(IncrementalUpdateInformation iui)
           
 SignResult DetachedSignator_1_0_0.finishSign(IncrementalUpdateInformation iui)
           
 SignResult TextualSignator_1_0_0.finishSign(IncrementalUpdateInformation iui)
           
 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.
 

Uses of PresentableException in at.knowcenter.wag.egov.egiz.framework.verificators
 

Methods in at.knowcenter.wag.egov.egiz.framework.verificators that throw PresentableException
 List BinaryVerificator_1_0_0.parseBlock(byte[] pdf, FooterParseResult block, int start_of_whole_block)
           
 List TextualVerificator_1_0_0.parseBlock(byte[] pdf, FooterParseResult block, int start_of_whole_block)
           
 List TextualVerificator_pdfasold.parseBlock(byte[] pdf, FooterParseResult block, int start_of_whole_block)
           
 

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

Methods in at.knowcenter.wag.egov.egiz.pdf that throw PresentableException
static String TextualSignature.extractTextTextual(InputStream pdf_stream)
          Extracts the document text from a given pdf.
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.
 

Uses of PresentableException in at.knowcenter.wag.egov.egiz.test
 

Methods in at.knowcenter.wag.egov.egiz.test that throw PresentableException
static void AbsTexTest.main(String[] args)
           
static void ExtractTextTextual.main(String[] args)
           
 

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

Methods in at.knowcenter.wag.egov.egiz.web with parameters of type PresentableException
static void Sign.prepareDispatchToErrorPage(PresentableException pe, HttpServletRequest request)
           
 

Methods in at.knowcenter.wag.egov.egiz.web that throw PresentableException
static void Sign.finishSign(SessionInformation si, HttpServletRequest request, HttpServletResponse response, ServletContext context)
           
static void Sign.prepareSign(SessionInformation si)
           
static void LocalRequestHelper.processLocalSign(SessionInformation si, HttpServletRequest request, HttpServletResponse response)
          Sets up the local sign procedure.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.