org.faceless.pdf2
Interface SignatureHandlerFactory

All Known Subinterfaces:
EGIZSignatureHandler.Factory
All Known Implementing Classes:
AcrobatSignatureHandlerFactory, DSE200HandlerFactory, RemoteSignatureHandlerFactory

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

Method Summary
 SignatureHandler getHandler()
          Return a handler created by this factory
 

Method Detail

getHandler

SignatureHandler getHandler()
Return a handler created by this factory



Copyright © 2001-2010 Big Faceless Organization