|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SignatureTypesException in at.knowcenter.wag.egov.egiz |
---|
Methods in at.knowcenter.wag.egov.egiz that throw SignatureTypesException | |
---|---|
static SignatureObject |
PdfAS.createSignatureObjectFromType(String signature_type)
Helper method that creates a SignatureObject and initializes it with the given type. |
static List |
PdfAS.extractSignatureHoldersTextual(String raw_text,
boolean old_style)
Extracts all signature blocks from the given raw text using textual mode. |
static SignatureHolder |
PdfAS.extractSignatureHolderTextual(String raw_text,
boolean old_style)
Extracts the last signature holder from the given text. |
Uses of SignatureTypesException in at.knowcenter.wag.egov.egiz.commandline |
---|
Methods in at.knowcenter.wag.egov.egiz.commandline that throw SignatureTypesException | |
---|---|
protected static boolean |
Main.checkSignatureType(String signature_type)
Checks the value for correctness. |
Uses of SignatureTypesException in at.knowcenter.wag.egov.egiz.framework |
---|
Methods in at.knowcenter.wag.egov.egiz.framework that throw SignatureTypesException | |
---|---|
List |
VerificationFilter.extractSignaturesFromPlainText(String raw_text)
Extracts the List of SignatureHolders from the given plain text document. |
Uses of SignatureTypesException in at.knowcenter.wag.egov.egiz.pdf |
---|
Methods in at.knowcenter.wag.egov.egiz.pdf that throw SignatureTypesException | |
---|---|
static SignatureObject |
AbsoluteTextSignature.createSignatureObjectFromFoundBlock(String text,
FoundBlock found_block)
Creates a SignatureObject from a found block by extracting the corresponding values. |
static SignatureHolder |
AbsoluteTextSignature.extractLatestBlock(String text)
Extracts the latest signature block from the given text and creates a SignatureHolder object that can be verified. |
static List |
BinarySignature.extractSignatureHoldersBinary(byte[] pdf)
Retrieves the List of SignatureHolders containing the information of all digital signatures of the given document. |
static List |
AbsoluteTextSignature.extractSignatureHoldersFromText(String text)
Extracts all signature holders from a given text. |
static FoundBlock |
AbsoluteTextSignature.findLatestBlock(String text)
Finds the latest signature block for a given text. |
Uses of SignatureTypesException in at.knowcenter.wag.egov.egiz.sig |
---|
Methods in at.knowcenter.wag.egov.egiz.sig that throw SignatureTypesException | |
---|---|
static SignatureTypes |
SignatureTypes.getInstance()
This static method returns the stored instance of this class. |
void |
SignatureObject.initByType()
This method inits the signature object by the given type. |
void |
SignatureObject.setSigType(String sigType)
This method set the signature type. |
Constructors in at.knowcenter.wag.egov.egiz.sig that throw SignatureTypesException | |
---|---|
SignatureSeparator()
The empty constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |