Uses of Class
org.faceless.pdf2.SignatureHandler
-
Packages that use SignatureHandler Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of SignatureHandler in org.faceless.pdf2
Subclasses of SignatureHandler in org.faceless.pdf2 Modifier and Type Class Description class
EGIZSignatureHandler
The EGIZSignatureHandlerSignatureHandler
provides the framework for signing documents according to the requirements set by http://www.egiz.gv.at/.class
PKCS7SignatureHandler
This class represents the subclass of digital signatures that rely on Public/Private key pairs and that meet the requirements laid down in the document "PDF Public-Key Digital Signature and Encryption Specification", published by Adobe.Methods in org.faceless.pdf2 that return SignatureHandler Modifier and Type Method Description SignatureHandler
AcrobatSignatureHandlerFactory. getHandler()
SignatureHandler
SignatureHandlerFactory. getHandler()
Return a handler created by this factorySignatureHandler
TimeStampHandlerFactory. getHandler()
SignatureHandler
FormSignature. getSignatureHandler()
Return theSignatureHandler
that is used with this Signature, ornull
if the signature has not been signed yet (ie. the state is stillFormSignature.STATE_BLANK
).
-