at.knowcenter.wag.egov.egiz.framework.verificators
Class TextualVerificator_pdfasold
java.lang.Object
at.knowcenter.wag.egov.egiz.framework.verificators.TextualVerificator_pdfasold
- All Implemented Interfaces:
- Verificator
public class TextualVerificator_pdfasold
- extends Object
- implements Verificator
This Verificator extracts a PDF-AS old signature from the original document.
- Author:
- wprinz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextualVerificator_pdfasold
public TextualVerificator_pdfasold()
- Default Constructor.
parseBlock
public List parseBlock(byte[] pdf,
FooterParseResult block,
int start_of_whole_block)
throws PresentableException
- Description copied from interface:
Verificator
- Parses the given document/Block for signatures of this type.
- Specified by:
parseBlock
in interface Verificator
- Parameters:
pdf
- The whole pdf document. A Verificator must only access the
document up to its given block (block.next_index) and must not
modify any byte in the pdf array.block
- The incremental update block.start_of_whole_block
- The start of the incremental update block (the end of the previous
block) - If 0, this is the first block (the original Document).
- Returns:
- Returns the List of SignatureHolder objects found for this block.
- Throws:
PresentableException
- See Also:
Verificator.parseBlock(byte[], at.knowcenter.wag.exactparser.parsing.results.FooterParseResult, int)
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.