Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
Modifier and Type | Method and Description |
---|---|
Configuration.SignPDF |
Configuration.SignPDF.setKeyAlias(String value)
The alias of the certificate included in the keystore to be used to sign the PDF.
|
Configuration.SignPDF |
Configuration.SignPDF.setKeyPassword(String value)
The password for the certificate included in the keystore to be used to sign the PDF.
|
Configuration.SignPDF |
Configuration.SignPDF.setKeystorePassword(String value)
The password of the keystore.
|
Configuration.SignPDF |
Configuration.SignPDF.setKeystoreType(Configuration.KeystoreType value)
The format of the keystore, for example PKCS #12 or JKS.
|
Configuration.SignPDF |
Configuration.SignPDF.setKeystoreURL(String value)
The URL to the keystore file.
|
Configuration.SignPDF |
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.
|
Configuration.SignPDF |
Configuration.SignPDF.setSigninMode(Configuration.SigningMode value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setSignPDF(Configuration.SignPDF value)
Sets a digital certificate to sign the newly created PDF.
|
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.