|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Given an Incremental Update Block and the corresponding PDF, a verificator extracts all Signatures of its type and returns them as valitatable SignatureHolders.
| Method Summary | |
List |
parseBlock(byte[] pdf,
FooterParseResult block,
int start_of_whole_block)
Deprecated. Parses the given document/Block for signatures of this type. |
| Method Detail |
public List parseBlock(byte[] pdf,
FooterParseResult block,
int start_of_whole_block)
throws PresentableException
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).
PresentableException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||