|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of SignatureTypesException in at.gv.egiz.pdfas.commandline |
| Methods in at.gv.egiz.pdfas.commandline that throw SignatureTypesException | |
protected static boolean |
Main.checkSignatureType(String signature_type)
Checks the value for correctness. |
| Uses of SignatureTypesException in at.gv.egiz.pdfas.impl.vfilter |
| Methods in at.gv.egiz.pdfas.impl.vfilter that throw SignatureTypesException | |
protected SignatureHolder |
VerificationFilterImpl.extractOldSignature(String extractedText,
List newSignatures)
Extracts the old signature from the text, but only if it is older than the oldest signature of the new signatueres. |
| Uses of SignatureTypesException in at.knowcenter.wag.egov.egiz |
| Methods in at.knowcenter.wag.egov.egiz that throw SignatureTypesException | |
static List |
PdfAS.extractSignatureHoldersTextual(String raw_text,
boolean old_style)
Extracts all signature blocks from the given raw text using textual mode. |
static TextualSignatureHolder |
PdfAS.extractSignatureHolderTextual(String raw_text,
boolean old_style)
Extracts the last signature holder from the given text. |
static SignatureObject |
PdfAS.createSignatureObjectFromType(String signature_type)
Helper method that creates a SignatureObject and initializes it with the given type. |
| 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)
Deprecated. 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 List |
AbsoluteTextSignature.getSignatureTypesForTextAnalysis()
Returns a List of SignatureTypeDefinitions that can be extracted from text. |
static List |
AbsoluteTextSignature.extractSignatureHoldersFromText(String text)
Extracts all signature holders from a given text. |
static TextualSignatureHolder |
AbsoluteTextSignature.extractLatestBlock(String text)
Extracts the latest signature block from the given text and creates a SignatureHolder object that can be verified. |
static FoundBlock |
AbsoluteTextSignature.findLatestBlock(String text)
Finds the latest signature block for a given text. |
static SignatureObject |
AbsoluteTextSignature.createSignatureObjectFromFoundBlock(String text,
FoundBlock found_block)
Creates a SignatureObject from a found block by extracting the corresponding values. |
| 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. |
static void |
SignatureTypes.createInstance()
Reloads the instance. |
void |
SignatureObject.setSigType(String sigType)
This method set the signature type. |
void |
SignatureObject.initByType()
This method inits the signature object by the given type. |
| Constructors in at.knowcenter.wag.egov.egiz.sig that throw SignatureTypesException | |
SignatureSeparator()
Deprecated. The empty constructor. |
|
| Uses of SignatureTypesException in at.knowcenter.wag.egov.egiz.sig.signatureobject |
| Methods in at.knowcenter.wag.egov.egiz.sig.signatureobject that throw SignatureTypesException | |
static SignatureObject |
SignatureObjectHelper.convertSignSignatureObjectToSignatureObject(SignSignatureObject sso,
String signature_type)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||