Package org.faceless.pdf2
Interface SignatureHandlerFactory
-
- All Known Subinterfaces:
EGIZSignatureHandler.Factory
- All Known Implementing Classes:
AcrobatSignatureHandlerFactory
,TimeStampHandlerFactory
public interface SignatureHandlerFactory
This interface defines a factory for creatingSignatureHandler
objects. Objects implementing this interface are passed in to theFormSignature
constructor for signing, and are registered using theFormSignature.registerHandlerForVerification(org.faceless.pdf2.SignatureHandlerFactory)
method for verifying existing signatures.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignatureHandler
getHandler()
Return a handler created by this factory
-
-
-
Method Detail
-
getHandler
SignatureHandler getHandler()
Return a handler created by this factory
-
-