public static class Configuration.SignPDF extends Object
A type containing data for signing the PDF.
Constructor and Description |
---|
SignPDF() |
SignPDF(String keystoreURL,
String keyAlias,
String keystorePassword,
Configuration.KeystoreType keystoreType,
Configuration.SigningMode signinMode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.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.
|
Configuration.SignPDF |
setSigninMode(Configuration.SigningMode value)
Deprecated.
|
public SignPDF()
@Deprecated public SignPDF(String keystoreURL, String keyAlias, String keystorePassword, Configuration.KeystoreType keystoreType, Configuration.SigningMode signinMode)
public Configuration.SignPDF setKeystoreURL(String value)
The URL to the keystore file.
Configuration.SignPDF
instance.public Configuration.SignPDF setKeyAlias(String value)
The alias of the certificate included in the keystore to be used to sign the PDF.
Configuration.SignPDF
instance.public Configuration.SignPDF setKeyPassword(String value)
The password for the certificate included in the keystore to be used to sign the PDF.
If none is provided, the keystore password will be used for the certificate.
Configuration.SignPDF
instance.public Configuration.SignPDF setKeystorePassword(String value)
The password of the keystore.
Configuration.SignPDF
instance.public Configuration.SignPDF setKeystoreType(Configuration.KeystoreType value)
The format of the keystore, for example PKCS #12 or JKS.
Use one of the Configuration.KeystoreType
constants as value.
Configuration.SignPDF
instance.public 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.
Use one of the Configuration.SigningMode
constants as value.
Configuration.SignPDF
instance.@Deprecated public Configuration.SignPDF setSigninMode(Configuration.SigningMode value)
Deprecated as of PDFreactor 9. Use Configuration.SignPDF.setSigningMode(Configuration.SigningMode)
instead.
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.