Uses of Class
com.realobjects.pdfreactor.Configuration.SignPDF
Packages that use Configuration.SignPDF
-
Uses of Configuration.SignPDF in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.SignPDFModifier and TypeMethodDescriptionConfiguration.SignPDF.setKeyAlias
(String value) The alias of the certificate included in the keystore to be used to sign the PDF.Configuration.SignPDF.setKeyPassword
(String value) The password for the certificate included in the keystore to be used to sign the PDF.Configuration.SignPDF.setKeystorePassword
(String value) The password of the keystore.Configuration.SignPDF.setKeystoreType
(Configuration.KeystoreType value) The format of the keystore, for example PKCS #12 or JKS.Configuration.SignPDF.setKeystoreURL
(String value) The URL to the keystore file.Configuration.SignPDF.setSigningMode
(Configuration.SigningMode value) The cryptographic filter mode that is used to sign the PDF, like SELF_SIGNED, VERISIGN_SIGNED or WINCER_SIGNED.Methods in com.realobjects.pdfreactor with parameters of type Configuration.SignPDFModifier and TypeMethodDescriptionfinal Configuration
Configuration.setSignPDF
(Configuration.SignPDF value) Sets a digital certificate to sign the newly created PDF.