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

Packages that use PresentableException
at.gv.egiz.pdfas.commandline   
at.gv.egiz.pdfas.exceptions.external   
at.gv.egiz.pdfas.exceptions.framework   
at.gv.egiz.pdfas.exceptions.pdf   
at.gv.egiz.pdfas.exceptions.web   
at.gv.egiz.pdfas.framework.input   
at.gv.egiz.pdfas.framework.verificator   
at.gv.egiz.pdfas.impl.signator   
at.gv.egiz.pdfas.impl.verificator.binary   
at.gv.egiz.pdfas.impl.vfilter   
at.gv.egiz.pdfas.web.helper   
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.web   
at.knowcenter.wag.egov.egiz.web.servlets   
 

Uses of PresentableException in at.gv.egiz.pdfas.commandline
 

Methods in at.gv.egiz.pdfas.commandline that throw PresentableException
protected static void Main.printUnrecognizedOption(String option)
          Prints that the provided option was unrecognized.
protected static void Main.printNoValue(String parameter)
          Prints that the provided value was unrecognized.
protected static void Main.printUnrecognizedValue(String parameter, String value)
          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.printMissingParameter(String missing_term, String parameter)
          Prints that a certain parameter was missing.
protected static void Main.printMissing(String missing_term)
          Prints that something is missing.
static void Main.printUsage(PrintStream writer)
          Prints the usage text.
 

Uses of PresentableException in at.gv.egiz.pdfas.exceptions.external
 

Subclasses of PresentableException in at.gv.egiz.pdfas.exceptions.external
 class ExternalErrorException
           
 

Uses of PresentableException in at.gv.egiz.pdfas.exceptions.framework
 

Subclasses of PresentableException in at.gv.egiz.pdfas.exceptions.framework
 class CorrectorException
          Exceptions thrown by Correctors.
 class SignatorException
          Exception thrown by the Signators.
 class VerificationFilterException
          Wrapper exception for the VerificationFilter.
 class VerificatorFactoryException
           
 

Constructors in at.gv.egiz.pdfas.exceptions.framework with parameters of type PresentableException
VerificationFilterException(PresentableException cause)
           
SignatorException(PresentableException pe)
           
 

Uses of PresentableException in at.gv.egiz.pdfas.exceptions.pdf
 

Subclasses of PresentableException in at.gv.egiz.pdfas.exceptions.pdf
 class CaptionNotFoundException
          Exception thrown when a caption ("label") is not found in the content stream when determining the placeholders.
 class KZSettingNotFoundException
           
 

Uses of PresentableException in at.gv.egiz.pdfas.exceptions.web
 

Subclasses of PresentableException in at.gv.egiz.pdfas.exceptions.web
 class SessionExpiredException
           
 

Uses of PresentableException in at.gv.egiz.pdfas.framework.input
 

Methods in at.gv.egiz.pdfas.framework.input that throw PresentableException
 List ExtractionStage.extractSignatureHolders(DataSource dataSource, VerificationFilterParameters parameters)
           
 

Uses of PresentableException in at.gv.egiz.pdfas.framework.verificator
 

Methods in at.gv.egiz.pdfas.framework.verificator that throw PresentableException
 List Verificator.parseBlock(PdfDataSource pdfDataSource, byte[] pdf, FooterParseResult block, int start_of_whole_block)
          Parses the given document/Block for signatures of this type.
 

Uses of PresentableException in at.gv.egiz.pdfas.impl.signator
 

Methods in at.gv.egiz.pdfas.impl.signator that throw PresentableException
static IncrementalUpdateInformation IncrementalUpdateHelper.writeIncrementalUpdate(PdfDataSource pdfDataSource, com.lowagie.text.pdf.PdfPTable pdf_table, String profile, PositioningInstruction pi, List variable_field_definitions, List all_field_definitions, TimeStamper timeStamper, SignatorInformation si, SignatureObject so)
           
static IncrementalUpdateInformation IncrementalUpdateHelper.writeIncrementalUpdate(PdfDataSource pdfDataSource, com.lowagie.text.pdf.PdfPTable pdf_table, String profile, PositioningInstruction pi, List variable_field_definitions, List all_field_definitions, List invisible_field_definitions, String invisibleKZString, TimeStamper timeStamper, SignatorInformation si, SignatureObject so)
           
static IncrementalUpdateInformation IncrementalUpdateHelper.writeIncrementalUpdateToDataSink(PdfDataSource pdfDataSource, DataSink dataSink, com.lowagie.text.pdf.PdfPTable pdf_table, String profile, PositioningInstruction pi, TimeStamper timeStamper, SignatorInformation si, SignatureObject so)
           
static IncrementalUpdateInformation IncrementalUpdateHelper.writeIncrementalUpdateToDataSink(PdfDataSource pdfDataSource, DataSink dataSink, com.lowagie.text.pdf.PdfPTable pdf_table, String profile, PositioningInstruction pi, List variable_field_definitions, List all_field_definitions, List invisible_field_definitions, String invisibleKZString, TimeStamper timeStamper, SignatorInformation si, SignatureObject so)
           
 

Uses of PresentableException in at.gv.egiz.pdfas.impl.verificator.binary
 

Methods in at.gv.egiz.pdfas.impl.verificator.binary that throw PresentableException
 List BinaryVerificator_1_0_0.parseBlock(PdfDataSource pdfDataSource, byte[] pdf, FooterParseResult block, int start_of_whole_block)
           
 

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

Methods in at.gv.egiz.pdfas.impl.vfilter that throw PresentableException
protected  String VerificationFilterImpl.extractText(PdfDataSource pdf, int endOfDocument)
           
protected  String VerificationFilterImpl.extractText(PdfDataSource pdf, int endOfDocument, String encoding)
           
protected  List VerificationFilterImpl.extractOldSignaturesFromText(String text)
           
 

Uses of PresentableException in at.gv.egiz.pdfas.web.helper
 

Methods in at.gv.egiz.pdfas.web.helper that throw PresentableException
static void SignServletHelper.prepareSign(SignSessionInformation si)
          Prepares the sign.
static void SignServletHelper.finishSign(SignSessionInformation si, HttpServletRequest request, HttpServletResponse response, ServletContext context)
          Finishes the sign.
 

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

Methods in at.knowcenter.wag.egov.egiz that throw PresentableException
static SignatorInformation PdfAS.signCommandline(PdfDataSource pdfDataSource, DataSink dataSink, PdfASID signatorId, String connectorId, String profile, String signatureKeyIdentifier, TablePos pos, TimeStamper timeStamper)
           
static SignatorInformation PdfAS.signCommandline(PdfDataSource pdfDataSource, DataSink dataSink, PdfASID signatorId, String connectorId, String profile, TablePos pos)
           
static String PdfAS.extractNormalizedTextTextual(PdfDataSource pdfDataSource)
          Deprecated. Use version with explicit encoding PdfAS.extractNormalizedTextTextual(PdfDataSource, String). This one uses cp1252.
static String PdfAS.extractNormalizedTextTextual(PdfDataSource pdfDataSource, String encoding)
           
static String PdfAS.extractNormalizedTextTextual(byte[] pdf, int length)
          Deprecated.  
 

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

Methods in at.knowcenter.wag.egov.egiz.commandline with parameters of type PresentableException
protected static void Main.printPresentableException(PresentableException e)
          Prints out the ErrorCodeException in a descriptive form.
 

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)
           
static void Main.carryOutSign(String input, String connector, String signature_mode, String signature_type, String pos_string, String user_name, String user_password, String output, PrintWriter messageOutput)
           
static void Main.carryOutVerify(String input, String connector, int verify_which, PrintWriter messageOutput)
           
static void Main.processSign(PdfDataSource pdfDataSource, String connector, String signature_mode, String signature_type, String pos_string, DataSink dataSink)
           
static List Main.processVerify(DataSource dataSource, String connector, int verify_which)
           
protected static void Main.printUnrecognizedOption(String option)
          Prints that the provided option was unrecognized.
protected static void Main.printNoValue(String parameter)
          Prints that the provided value was unrecognized.
protected static void Main.printUnrecognizedValue(String parameter, String value)
          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.printMissingParameter(String missing_term, String parameter)
          Prints that a certain parameter was missing.
protected static void Main.printMissing(String missing_term)
          Prints that something is missing.
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 ConnectorException
          This exception is thrown when a Connector encounters an exception during sign or verify.
 class ConnectorFactoryException
          This exception is thrown when the connector factory encounters an error during providing a connector.
 class ErrorCodeException
          Deprecated.  
 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.
 

Constructors in at.knowcenter.wag.egov.egiz.exceptions with parameters of type PresentableException
SignatureTypesException(PresentableException cause)
           
SignatureException(PresentableException cause)
           
ConnectorException(PresentableException cause)
           
 

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

Methods in at.knowcenter.wag.egov.egiz.framework that throw PresentableException
 List Verificator.parseBlock(byte[] pdf, FooterParseResult block, int start_of_whole_block)
          Deprecated. Parses the given document/Block for signatures of this type.
 List VerificationFilter.extractSignaturesFromPdf(byte[] pdf)
          Deprecated. Extracts the List of SignatureHolders from the given PDF document.
 List VerificationFilter.extractSignaturesFromPdf(byte[] pdf, boolean ignorePostSignModificationsRestriction)
          Deprecated.  
 IncrementalUpdateInformation Signator.prepareSign(PdfDataSource pdfDataSource, String signature_type, TablePos pos, boolean has_SIG_ID)
          This is called before the data is sent to the connector.
 SignResult Signator.finishSign(IncrementalUpdateInformation iui)
          This is called after the data has been signed by 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
 IncrementalUpdateInformation TextualSignator_1_0_0.prepareSign(PdfDataSource pdf, String signature_type, TablePos pos, boolean has_SIG_ID)
          Deprecated.  The parameter has_SIG_ID is not used by this Signator because it doesn't pre-format the signature block.
 SignResult TextualSignator_1_0_0.finishSign(IncrementalUpdateInformation iui)
          Deprecated.  
 IncrementalUpdateInformation DetachedSignator_1_0_0.prepareSign(PdfDataSource pdf, String signature_type, TablePos pos, boolean has_SIG_ID)
           
 SignResult DetachedSignator_1_0_0.finishSign(IncrementalUpdateInformation iui)
           
 IncrementalUpdateInformation DetachedfTextualSignator_1_0_0.prepareSign(PdfDataSource 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.
 SignResult DetachedfTextualSignator_1_0_0.finishSign(IncrementalUpdateInformation iui)
           
 IncrementalUpdateInformation BinarySignator_1_0_0.prepareSign(PdfDataSource pdf, String signature_type, TablePos pos, boolean has_SIG_ID)
          Deprecated.  
 SignResult BinarySignator_1_0_0.finishSign(IncrementalUpdateInformation iui)
          Deprecated.  
 

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

Methods in at.knowcenter.wag.egov.egiz.framework.verificators that throw PresentableException
 List TextualVerificator_pdfasold.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)
          Deprecated.  
 List BinaryVerificator_1_0_0.parseBlock(byte[] pdf, FooterParseResult block, int start_of_whole_block)
          Deprecated.  
 

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

Methods in at.knowcenter.wag.egov.egiz.pdf that throw PresentableException
static IncrementalUpdateInformation BinarySignature.writeIncrementalUpdate(PdfDataSource original_document, DataSink written_pdf, com.lowagie.text.pdf.PdfPTable pdf_table, String profile, PositioningInstruction pi, List variable_field_definitions, List all_field_definitions, List invisible_field_definitions, String invisibleKZString, TimeStamper timeStamper, SignatorInformation si, SignatureObject so)
          Signs a document with the given signature table using the Incremental Update method.
static void AdobeSignatureHelper.createAdobeSignatureField(com.lowagie.text.pdf.PdfStamper stamper, SignatorInformation si, SignatureObject so, ActualTablePos atp)
          Writes Adobe-pdf signature entry with itext
 

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

Methods in at.knowcenter.wag.egov.egiz.web that throw PresentableException
static String LocalRequestHelper.processLocalSign(SignSessionInformation si, HttpServletRequest request, HttpServletResponse response)
          Sets up the local sign procedure.
 

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

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

Methods in at.knowcenter.wag.egov.egiz.web.servlets that throw PresentableException
protected  List VerifyServlet.extractSignatureHolders(DataSource dataSource)
           
 



Copyright © 2006-2010. All Rights Reserved.