|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SignatureHolder | |
---|---|
at.knowcenter.wag.egov.egiz | |
at.knowcenter.wag.egov.egiz.pdf |
Uses of SignatureHolder in at.knowcenter.wag.egov.egiz |
---|
Methods in at.knowcenter.wag.egov.egiz that return SignatureHolder | |
---|---|
static SignatureHolder |
PdfAS.extractSignatureHolderTextual(String raw_text,
boolean old_style)
Extracts the last signature holder from the given text. |
Methods in at.knowcenter.wag.egov.egiz with parameters of type SignatureHolder | |
---|---|
static SignatureResponse |
PdfAS.verify(SignatureHolder signature_holder,
String connector)
Verifies a SignatureHolder using the given connector. |
Uses of SignatureHolder in at.knowcenter.wag.egov.egiz.pdf |
---|
Classes in at.knowcenter.wag.egov.egiz.pdf that implement SignatureHolder | |
---|---|
class |
BinarySignatureHolder
Data structure that holds the information of one binary signature block, which is the signed/signable pdf and the corresponding SignatureObject. |
class |
TextualSignatureHolder
Data structure that holds the information of one signature block, which is the signed/signable text and the corresponding SignatureObject. |
Methods in at.knowcenter.wag.egov.egiz.pdf that return SignatureHolder | |
---|---|
static SignatureHolder |
AbsoluteTextSignature.extractLatestBlock(String text)
Extracts the latest signature block from the given text and creates a SignatureHolder object that can be verified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |