Package org.faceless.pdf2
Interface SignatureHandlerFactory
-
- All Known Subinterfaces:
EGIZSignatureHandler.Factory
- All Known Implementing Classes:
AcrobatSignatureHandlerFactory,TimeStampHandlerFactory
public interface SignatureHandlerFactoryThis interface defines a factory for creatingSignatureHandlerobjects. Objects implementing this interface are passed in to theFormSignatureconstructor 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 SignatureHandlergetHandler()Return a handler created by this factory
-
-
-
Method Detail
-
getHandler
SignatureHandler getHandler()
Return a handler created by this factory
-
-