Uses of Interface
org.faceless.pdf2.SignatureHandlerFactory
-
Packages that use SignatureHandlerFactory Package Description org.faceless.pdf2 Contains the classes used to create a PDF documentorg.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. -
-
Uses of SignatureHandlerFactory in org.faceless.pdf2
Subinterfaces of SignatureHandlerFactory in org.faceless.pdf2 Modifier and Type Interface Description static interface
EGIZSignatureHandler.Factory
An implementation of this Factory is required to create and control the EGIZSignatureHandlerClasses in org.faceless.pdf2 that implement SignatureHandlerFactory Modifier and Type Class Description class
AcrobatSignatureHandlerFactory
An implementation ofSignatureHandlerFactory
that returns handlers suitable for signing documents for use with Acrobat 6.0 or later.class
TimeStampHandlerFactory
An implementation ofSignatureHandlerFactory
that returns aSignatureHandler
suitable for adding a "Document Level Timestamp" to the PDF.Fields in org.faceless.pdf2 declared as SignatureHandlerFactory Modifier and Type Field Description static SignatureHandlerFactory
FormSignature. HANDLER_ACROBATSIX
A type of handler representing the general purpose PKI signature plugin supplied with Acrobat 6.0 and later.static SignatureHandlerFactory
FormSignature. HANDLER_SELFSIGN
Deprecated.There is no need to use this handler.static SignatureHandlerFactory
FormSignature. HANDLER_VERISIGN
Deprecated.There is no need to use this handler.Methods in org.faceless.pdf2 that return SignatureHandlerFactory Modifier and Type Method Description SignatureHandlerFactory
GlobalSignDSSManager. createSignatureHandlerFactory(String subject)
Creata a newSignatureHandlerFactory
which will sign PDFs with credentials extracted fom the supplied String.SignatureHandlerFactory
GlobalSignDSSManager. createSignatureHandlerFactory(X509Certificate cert)
Creata a newSignatureHandlerFactory
which will sign PDFs with credentials extracted fom the supplied X.509 Certificate.SignatureHandlerFactory
GlobalSignDSSManager. createSignatureHandlerFactory(X500Principal subject)
Creata a newSignatureHandlerFactory
which will sign PDFs with credentials extracted fom the supplied X.500 distinguished name.Methods in org.faceless.pdf2 with parameters of type SignatureHandlerFactory Modifier and Type Method Description static void
FormSignature. registerHandlerForVerification(SignatureHandlerFactory factory)
This method must be called to register a newSignatureHandlerFactory
that can be used when verifying signatures, although it's not necessary for handlers that are only used for signing.void
FormSignature. sign(KeyStore keystore, String alias, char[] password, SignatureHandlerFactory factory)
Sign aFormSignature.STATE_BLANK
digital signature.Constructors in org.faceless.pdf2 with parameters of type SignatureHandlerFactory Constructor Description FormSignature(KeyStore keystore, String alias, char[] password, SignatureHandlerFactory factory)
Create a newpending
digital signature to sign a PDF document. -
Uses of SignatureHandlerFactory in org.faceless.pdf2.viewer2.feature
Methods in org.faceless.pdf2.viewer2.feature that return SignatureHandlerFactory Modifier and Type Method Description protected SignatureHandlerFactory
KeyStoreSignatureProvider. getSignatureHandlerFactory()
Get theSignatureHandlerFactory
used to sign fields using this class.Methods in org.faceless.pdf2.viewer2.feature with parameters of type SignatureHandlerFactory Modifier and Type Method Description void
KeyStoreSignatureProvider. setSignatureHandlerFactory(SignatureHandlerFactory factory)
Set theSignatureHandlerFactory
used to sign fields using this class.
-