|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz |
---|
Methods in at.knowcenter.wag.egov.egiz that throw PDFDocumentException | |
---|---|
static PositioningInstruction |
PdfAS.adjustTableAndCalculatePosition(byte[] pdf,
PdfPTable pdf_table)
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 PositioningInstruction |
PdfAS.adjustTableAndCalculatePositionRegardingFooter(byte[] pdf,
PdfPTable pdf_table,
float footer_line)
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 void |
PdfAS.applyStrictMode(byte[] pdf)
Applies strict version mode on the PDF and throws an exception, if the pdf is not 1.4. |
static PdfPTable |
PdfAS.createPdfPTableFromSignatureObject(SignatureObject signature_object)
Creates the iText PDFPTable from a given SignatureObject. |
static PositioningInstruction |
PdfAS.determineTablePositioning(TablePos pos,
String signature_type,
byte[] pdf,
PdfPTable pdf_table)
Evalutates absolute positioning and prepares the PositioningInstruction for placing the table. |
static List |
PdfAS.extractSignatureHoldersTextual(String raw_text,
boolean old_style)
Extracts all signature blocks from the given raw text using textual mode. |
static boolean |
PdfAS.isPdf14(byte[] pdf)
Checks the version of the given PDF to be 1.4 or lower. |
static TablePos |
PdfAS.parsePositionFromPosString(String pos_string)
Parses the TablePos object from a given String with the appropriate format. |
static PdfReader |
PdfAS.readInPdfDocument(byte[] pdf)
Creates an iText Reader that parses the document. |
static SignatureObject |
PdfAS.sign(String text_to_sign,
String signature_type,
String connector,
String user_name,
String user_password)
Signs the given text with the provided connector using the given signature type. |
static SignatureResponse |
PdfAS.verify(SignatureHolder signature_holder,
String connector)
Verifies a SignatureHolder using the given connector. |
static List |
PdfAS.verifySignatureHolders(List signature_holders,
String connector)
Verifies the List of SignatureHolders using the given connector. |
Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz.exceptions |
---|
Subclasses of PDFDocumentException in at.knowcenter.wag.egov.egiz.exceptions | |
---|---|
class |
PlaceholderException
|
Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz.framework |
---|
Methods in at.knowcenter.wag.egov.egiz.framework that throw PDFDocumentException | |
---|---|
protected PdfASID |
VerificationFilter.extractKZFromEGIZBlock(byte[] pdf,
FooterParseResult block)
Extracts the PDF AS ID of the egiz block. |
List |
VerificationFilter.extractSignaturesFromPlainText(String raw_text)
Extracts the List of SignatureHolders from the given plain text document. |
static String |
VerificationFilter.restoreKZ(byte[] pdf,
ArrayParseResult kz_apr)
Restores the Kennzeichnung String from an Array. |
Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz.framework.verificators |
---|
Methods in at.knowcenter.wag.egov.egiz.framework.verificators that throw PDFDocumentException | |
---|---|
protected void |
BinaryVerificator_1_0_0.checkIndex(int name_index)
Throws an excaption, if the index is lower than 0. |
protected ParseResult |
BinaryVerificator_1_0_0.getRequiredValueOfKey(byte[] pdf,
DictionaryParseResult egiz_dict,
byte[] name)
Retrieves the value of the key from the dictionary. |
Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz.pdf |
---|
Methods in at.knowcenter.wag.egov.egiz.pdf that throw PDFDocumentException | |
---|---|
static byte[] |
BinarySignature.buildDigest(byte[] data,
int length)
Builds a digest of the given data. |
static float |
PDFUtilities.calculateLastPageLength(byte[] pdf,
float footer_line)
|
static List |
BinarySignature.extractSignatureHoldersBinary(byte[] pdf)
Retrieves the List of SignatureHolders containing the information of all digital signatures of the given document. |
static String |
BinarySignature.extractTextBinary(byte[] pdf)
Extracts the signable text from a binary pdf document. |
static String |
BinarySignature.extractTextBinary(File doc)
Extracts the binary 'text' of a document. |
static String |
BinarySignature.extractTextBinary(InputStream is)
Extracts the text binary. |
PDFSignatureObject |
PDFSignatureCreation.getPDFSignatureObject()
Creates a new pdf signature object using the configured pdf library. |
Object |
PDFSignatureObject.getSignatureObject()
Converts the current abstract signature object in a pdf signature object implementation |
Object |
PDFSignatureObjectIText.getSignatureObject()
Converts the current abstract signature object in a pdf signature object implementation |
Object |
PDFSignatureObject.getSignatureObject(SignatureObject signatorObject)
Converts a abstract signature object in a pdf signature object implementation |
Object |
PDFSignatureObjectIText.getSignatureObject(SignatureObject sigObject)
Converts a abstract signature object in a pdf signature object implementation |
static void |
BinarySignature.markByteRanges(IncrementalUpdateInformation iui)
Updates the information in the egiz dictionary to reflect the real offsets of the byte ranges. |
static List |
BinarySignature.reconstructReplaces(byte[] pdf,
byte[][] brevs,
StringInfo[] sis,
byte[][] encodings)
Reconstructs the replaces from the PDF and forms suitable value strings. |
static void |
BinarySignature.replaceCertificate(IncrementalUpdateInformation iui)
Replaces the certificate placeholder with the certificate from the signed Signature Object. |
static void |
BinarySignature.replacePlaceholders(IncrementalUpdateInformation iui)
Replaces the placeholders with values from the signed SignatureObject. |
static void |
Placeholder.replacePlaceholderWithTolerance(byte[] pdf,
List sis,
byte[] replace_bytes,
int tolerance)
Replaces the placeholder with the given String breaking lines with a given tolerance. |
Constructors in at.knowcenter.wag.egov.egiz.pdf that throw PDFDocumentException | |
---|---|
PDFSignatureCreation(SignatureObject sigObject)
Load the configuration settings. |
|
PDFSignatureObjectIText()
The empty constructor. |
Uses of PDFDocumentException in at.knowcenter.wag.egov.egiz.test |
---|
Methods in at.knowcenter.wag.egov.egiz.test that throw PDFDocumentException | |
---|---|
void |
BinSig.action()
|
static void |
BinSig.main(String[] args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |