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 classEGIZSignatureHandlerThe EGIZSignatureHandlerSignatureHandlerprovides the framework for signing documents according to the requirements set by http://www.egiz.gv.at/.classPKCS7SignatureHandlerThis 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 SignatureHandlerAcrobatSignatureHandlerFactory. getHandler()SignatureHandlerSignatureHandlerFactory. getHandler()Return a handler created by this factorySignatureHandlerTimeStampHandlerFactory. getHandler()SignatureHandlerFormSignature. getSignatureHandler()Return theSignatureHandlerthat is used with this Signature, ornullif the signature has not been signed yet (ie. the state is stillFormSignature.STATE_BLANK).
-