public static class Configuration.SignPDF extends Object
Constructor and Description |
---|
Configuration.SignPDF() |
Configuration.SignPDF(String keystoreURL,
String keyAlias,
String keystorePassword,
Configuration.KeystoreType keystoreType,
Configuration.SigningMode signinMode) |
Modifier and Type | Method and Description |
---|---|
void |
setKeyAlias(String value)
The alias of the certificate included in the keystore to be used to sign the PDF.
|
void |
setKeystorePassword(String value)
The password of the keystore.
|
void |
setKeystoreType(Configuration.KeystoreType value)
The format of the keystore, i.e.
|
void |
setKeystoreURL(String value)
The URL to the keystore file.
|
void |
setSigninMode(Configuration.SigningMode value)
The mode that is used to sign the PDF, i.e.
|
public Configuration.SignPDF()
public Configuration.SignPDF(String keystoreURL, String keyAlias, String keystorePassword, Configuration.KeystoreType keystoreType, Configuration.SigningMode signinMode)
public void setKeystoreURL(String value)
public void setKeyAlias(String value)
public void setKeystorePassword(String value)
public void setKeystoreType(Configuration.KeystoreType value)
pkcs12
or jks
.
Use one of the KeystoreType
constants as value.public void setSigninMode(Configuration.SigningMode value)
self-signed
,
Windows certificate
or VeriSign
.
Use one of the SigningMode
constants as value.This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.