Uses of Class
com.realobjects.pdfreactor.Configuration.SignPDF
-
Uses of Configuration.SignPDF in com.realobjects.pdfreactor
Modifier 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.Modifier and TypeMethodDescriptionfinal Configuration
Configuration.setSignPDF
(Configuration.SignPDF value) Sets a digital certificate to sign the newly created PDF.