org.faceless.pdf2
Interface SignatureHandlerFactory
- All Known Implementing Classes:
- DSE200HandlerFactory
- public interface SignatureHandlerFactory
This interface defines a factory for creating SignatureHandler
objects. Objects implementing this interface are passed in to the
FormSignature
constructor for signing, and are registered using
the FormSignature.registerHandlerForVerification(org.faceless.pdf2.SignatureHandlerFactory)
method for
verifying existing signatures.
- Since:
- 2.0
getHandler
public SignatureHandler getHandler()
- Return a handler created by this factory
Copyright © 2001-2004 Big Faceless Organization