Uses of Interface
at.gv.egiz.pdfas.framework.input.PdfDataSource

Packages that use PdfDataSource
at.gv.egiz.pdfas.framework   
at.gv.egiz.pdfas.framework.input   
at.gv.egiz.pdfas.framework.input.correction   
at.gv.egiz.pdfas.framework.signator   
at.gv.egiz.pdfas.framework.verificator   
at.gv.egiz.pdfas.framework.vfilter   
at.gv.egiz.pdfas.impl.api.commons   
at.gv.egiz.pdfas.impl.input   
at.gv.egiz.pdfas.impl.input.correction   
at.gv.egiz.pdfas.impl.signator   
at.gv.egiz.pdfas.impl.signator.binary   
at.gv.egiz.pdfas.impl.signator.textual   
at.gv.egiz.pdfas.impl.verificator.binary   
at.gv.egiz.pdfas.impl.vfilter   
at.gv.egiz.pdfas.impl.vfilter.helper   
at.gv.egiz.pdfas.web   
at.gv.egiz.pdfas.web.helper   
at.knowcenter.wag.egov.egiz   
at.knowcenter.wag.egov.egiz.commandline   
at.knowcenter.wag.egov.egiz.framework   
at.knowcenter.wag.egov.egiz.framework.signators   
at.knowcenter.wag.egov.egiz.pdf   
at.knowcenter.wag.egov.egiz.web   
at.knowcenter.wag.egov.egiz.web.servlets   
 

Uses of PdfDataSource in at.gv.egiz.pdfas.framework
 

Methods in at.gv.egiz.pdfas.framework that return PdfDataSource
 PdfDataSource DataStrategy.createPdfDataSource(InputStream is)
           
 PdfDataSource DataStrategy.createPdfDataSource(DataSource other, int length)
           
 PdfDataSource DataStrategy.createPdfDataSource(byte[] pdf)
          Deprecated. - use streaming.
 

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

Methods in at.gv.egiz.pdfas.framework.input with parameters of type PdfDataSource
protected  List ExtractionStage.parsePdfIntoBlocks(PdfDataSource pdfDataSource)
           
 

Uses of PdfDataSource in at.gv.egiz.pdfas.framework.input.correction
 

Methods in at.gv.egiz.pdfas.framework.input.correction that return PdfDataSource
 PdfDataSource Corrector.correctDocument(PdfDataSource document)
          Corrects the given PDF document to a form that PDF-AS can use.
 

Methods in at.gv.egiz.pdfas.framework.input.correction with parameters of type PdfDataSource
 PdfDataSource Corrector.correctDocument(PdfDataSource document)
          Corrects the given PDF document to a form that PDF-AS can use.
 

Uses of PdfDataSource in at.gv.egiz.pdfas.framework.signator
 

Methods in at.gv.egiz.pdfas.framework.signator with parameters of type PdfDataSource
 SignatorInformation Signator.prepareSign(PdfDataSource pdfDataSource, String profile, TablePos pos, TimeStamper timestamper)
           
 

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

Methods in at.gv.egiz.pdfas.framework.verificator with parameters of type PdfDataSource
 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 PdfDataSource in at.gv.egiz.pdfas.framework.vfilter
 

Methods in at.gv.egiz.pdfas.framework.vfilter with parameters of type PdfDataSource
 List VerificationFilter.extractSignatureHolders(PdfDataSource pdf, List blocks, VerificationFilterParameters parameters)
          Extracts the signatures from the given PDF.
 

Uses of PdfDataSource in at.gv.egiz.pdfas.impl.api.commons
 

Classes in at.gv.egiz.pdfas.impl.api.commons that implement PdfDataSource
 class PdfDataSourceAdapter
          Adapter that converts an API DataSource to a framework PdfDataSource.
 

Uses of PdfDataSource in at.gv.egiz.pdfas.impl.input
 

Classes in at.gv.egiz.pdfas.impl.input that implement PdfDataSource
 class ByteArrayPdfDataSourceImpl
          Implements a PdfDataSource that holds the whole PDF document in a byte array.
 class CompoundPdfDataSourceImpl
           
 class DelimitedPdfDataSource
           
 class FileBasedPdfDataSourceImpl
           
 

Fields in at.gv.egiz.pdfas.impl.input declared as PdfDataSource
protected  PdfDataSource DelimitedPdfDataSource.dataSource
           
 

Methods in at.gv.egiz.pdfas.impl.input with parameters of type PdfDataSource
static List IncrementalUpdateParser.parsePdfIntoIUBlocks(PdfDataSource pdfDataSource)
           
 

Constructors in at.gv.egiz.pdfas.impl.input with parameters of type PdfDataSource
DelimitedPdfDataSource(PdfDataSource original, int length)
           
CompoundPdfDataSourceImpl(PdfDataSource original, byte[] appendix)
           
 

Uses of PdfDataSource in at.gv.egiz.pdfas.impl.input.correction
 

Methods in at.gv.egiz.pdfas.impl.input.correction that return PdfDataSource
 PdfDataSource InternalCorrector.correctDocument(PdfDataSource document)
           
 PdfDataSource ExternalCorrector.correctDocument(PdfDataSource document)
           
 

Methods in at.gv.egiz.pdfas.impl.input.correction with parameters of type PdfDataSource
 PdfDataSource InternalCorrector.correctDocument(PdfDataSource document)
           
 PdfDataSource ExternalCorrector.correctDocument(PdfDataSource document)
           
 

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

Methods in at.gv.egiz.pdfas.impl.signator with parameters of type PdfDataSource
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 PdfDataSource in at.gv.egiz.pdfas.impl.signator.binary
 

Fields in at.gv.egiz.pdfas.impl.signator.binary declared as PdfDataSource
protected  PdfDataSource BinarySignatorInformation.originalDocument
           
 

Methods in at.gv.egiz.pdfas.impl.signator.binary with parameters of type PdfDataSource
 SignatorInformation BinarySignator_1_0_0.prepareSign(PdfDataSource pdfDataSource, String profile, TablePos pos, TimeStamper timeStamper)
           
 

Uses of PdfDataSource in at.gv.egiz.pdfas.impl.signator.textual
 

Fields in at.gv.egiz.pdfas.impl.signator.textual declared as PdfDataSource
protected  PdfDataSource TextualSignatorInformation.originalDocument
           
 

Methods in at.gv.egiz.pdfas.impl.signator.textual with parameters of type PdfDataSource
 SignatorInformation TextualSignator_1_0_0.prepareSign(PdfDataSource pdfDataSource, String profile, TablePos pos, TimeStamper timestamper)
           The parameter has_SIG_ID is not used by this Signator because it doesn't pre-format the signature block.
 

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

Methods in at.gv.egiz.pdfas.impl.verificator.binary with parameters of type PdfDataSource
 List BinaryVerificator_1_0_0.parseBlock(PdfDataSource pdfDataSource, byte[] pdf, FooterParseResult block, int start_of_whole_block)
           
 

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

Methods in at.gv.egiz.pdfas.impl.vfilter with parameters of type PdfDataSource
 List VerificationFilterImpl.extractSignatureHolders(PdfDataSource pdf, List blocks, VerificationFilterParameters parameters)
           
protected  List VerificationFilterImpl.performBinaryOnly(PdfDataSource pdf, List blocks)
           
protected  List VerificationFilterImpl.performSemiConservative(PdfDataSource pdf, boolean scanForOldSignatures, List blocks, List partitions)
           
protected  List VerificationFilterImpl.performFullConservative(PdfDataSource pdf, boolean scanForOldSignatures, List blocks, List partitions)
           
protected  String VerificationFilterImpl.extractText(PdfDataSource pdf, int endOfDocument)
           
protected  String VerificationFilterImpl.extractText(PdfDataSource pdf, int endOfDocument, String encoding)
           
protected  List VerificationFilterImpl.extractBinarySignaturesOnly(PdfDataSource pdf, List blocks)
          Extracts the binary singatures from the given PDF.
protected  List VerificationFilterImpl.extractSignatures(PdfDataSource pdf, int endOfDocument)
           
protected  List VerificationFilterImpl.extractSignaturesFromPartition(PdfDataSource pdf, Partition partition)
           
protected  VerificationFilterImpl.SignaturesAndOld VerificationFilterImpl.extractSignaturesFromPartitionAndOld(PdfDataSource pdf, Partition partition)
           
protected  void VerificationFilterImpl.checkBinaryOnly(PdfDataSource pdf, boolean considerOldSigs)
           
 

Uses of PdfDataSource in at.gv.egiz.pdfas.impl.vfilter.helper
 

Methods in at.gv.egiz.pdfas.impl.vfilter.helper with parameters of type PdfDataSource
static List VerificationFilterHelper.partition(PdfDataSource pdf, List blocks)
          Partitions the list of Incremental Update blocks into text and binary partitions.
 

Uses of PdfDataSource in at.gv.egiz.pdfas.web
 

Fields in at.gv.egiz.pdfas.web declared as PdfDataSource
 PdfDataSource SignSessionInformation.pdfDataSource
          The original, uploaded pdf.
 

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

Methods in at.gv.egiz.pdfas.web.helper that return PdfDataSource
static PdfDataSource TempDirHelper.placePdfIntoTempDir(InputStream pdfInput, String fileNameSuffix)
           
 

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

Methods in at.knowcenter.wag.egov.egiz that return PdfDataSource
static PdfDataSource PdfAS.applyStrictMode(PdfDataSource pdfDataSource)
          Applies strict version mode on the PDF and throws an exception, if the pdf is not 1.4.
 

Methods in at.knowcenter.wag.egov.egiz with parameters of type PdfDataSource
static boolean PdfAS.isPdf14(PdfDataSource pdfDataSource)
          Checks the version of the given PDF to be 1.4 or lower.
static PdfDataSource PdfAS.applyStrictMode(PdfDataSource pdfDataSource)
          Applies strict version mode on the PDF and throws an exception, if the pdf is not 1.4.
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 List PdfAS.extractNonTextualObjects(PdfDataSource pdfDs)
           
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 PositioningInstruction PdfAS.determineTablePositioning(TablePos pos, String signature_type, PdfDataSource pdfDataSource, com.lowagie.text.pdf.PdfPTable pdf_table)
          Evalutates absolute positioning and prepares the PositioningInstruction for placing the table.
static PositioningInstruction PdfAS.adjustSignatureTableandCalculatePosition(PdfDataSource pdfDataSource, com.lowagie.text.pdf.PdfPTable pdf_table, TablePos pos)
          Sets the width of the table according to the layout of the document and calculates the y position where the PDFPTable should be placed.
static com.lowagie.text.pdf.PdfReader PdfAS.readInPdfDocument(PdfDataSource pdfDataSource)
          Creates an iText Reader that parses the document.
 

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

Methods in at.knowcenter.wag.egov.egiz.commandline with parameters of type PdfDataSource
static void Main.processSign(PdfDataSource pdfDataSource, String connector, String signature_mode, String signature_type, String pos_string, DataSink dataSink)
           
 

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

Methods in at.knowcenter.wag.egov.egiz.framework with parameters of type PdfDataSource
 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.
 

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

Methods in at.knowcenter.wag.egov.egiz.framework.signators with parameters of type PdfDataSource
 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.
 IncrementalUpdateInformation DetachedSignator_1_0_0.prepareSign(PdfDataSource pdf, String signature_type, TablePos pos, boolean has_SIG_ID)
           
 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.
 IncrementalUpdateInformation BinarySignator_1_0_0.prepareSign(PdfDataSource pdf, String signature_type, TablePos pos, boolean has_SIG_ID)
          Deprecated.  
 

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

Fields in at.knowcenter.wag.egov.egiz.pdf declared as PdfDataSource
 PdfDataSource IncrementalUpdateInformation.original_document
          The original PDF document.
 

Methods in at.knowcenter.wag.egov.egiz.pdf that return PdfDataSource
 PdfDataSource BinarySignatureHolder.getSignedPdf()
           
 

Methods in at.knowcenter.wag.egov.egiz.pdf with parameters of type PdfDataSource
static String TextualSignature.extractTextTextual(PdfDataSource pdfDataSource, String encoding)
          Extracts the document text from a given pdf.
static byte[] TextualSignature.normalizePDF(PdfDataSource pdfDataSource)
          Normalizes a given binary PDF to a version PDFbox can handle correctly.
static float PDFUtilities.calculatePageLength(PdfDataSource pdfDataSource, int page, float footer_line, int pagerotation)
           
static List ObjectExtractor.extractNonTextInfo(PdfDataSource pdfDataSource)
          Extract non textual data from pdf.
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.
 

Constructors in at.knowcenter.wag.egov.egiz.pdf with parameters of type PdfDataSource
BinarySignatureHolder(PdfDataSource pdf, SignatureObject so)
           
 

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

Fields in at.knowcenter.wag.egov.egiz.web declared as PdfDataSource
 PdfDataSource SessionInformation.pdfDataSource
          The original, uploaded pdf.
 

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

Fields in at.knowcenter.wag.egov.egiz.web.servlets declared as PdfDataSource
protected  PdfDataSource SignServlet.UploadedData.pdfDataSource
           
 



Copyright © 2006-2010. All Rights Reserved.