Uses of Class
org.faceless.pdf2.SignatureHandler

Packages that use SignatureHandler
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
 class DSE200Handler
          

Note.

 class EGIZSignatureHandler
          The EGIZSignatureHandler SignatureHandler provides the framework for signing documents according to the requirements set by http://www.egiz.gv.at/.
 class PKCS7SignatureHandler
           This 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
 SignatureHandler AcrobatSignatureHandlerFactory.getHandler()
           
 SignatureHandler DSE200HandlerFactory.getHandler()
           
 SignatureHandler RemoteSignatureHandlerFactory.getHandler()
           
 SignatureHandler SignatureHandlerFactory.getHandler()
          Return a handler created by this factory
 SignatureHandler FormSignature.getSignatureHandler()
          Return the SignatureHandler that is used with this Signature, or null if the signature has not been signed yet (ie. the state is still FormSignature.STATE_BLANK)
 



Copyright © 2001-2010 Big Faceless Organization