
If you configure credentials for document certification and digital signatures, you need to have configured the Web Service SSL connection.
On AIX platforms, you need to have installed a full version of JCE on the AS Java that hosts the ADS in the folder (<JRE_HOME>/lib/security). The JCE files are required for extracting data from the credential file. After the installation of the JCE you need to restart the AS Java.
Configuring the credential attributes consists of registering the password and the alias of each credential, which is used by Adobe Document Services (ADS).
Additional credential attributes
In addition to the required password and alias, you can also configure optional attributes, depending on the type of credential you have installed. After installing a credential and registering its password, you must configure the credential. Each credential record specifies the credential type and alias, and the location or filename of the credential.
A credential can be one of three file types - P12 Record, HSM Record or MSCAPI Record. Each of these file types has a number of attributes that must also be set. The following table shows the credential attributes and their file types:
|
Credential Attribute |
Description |
P12 Record |
HSM Record |
MSCAPI Record |
|---|---|---|---|---|
|
Alias |
Unique name by which the credential is known to the PDF Manipulation Module API |
X |
X |
X |
|
P12 |
Filename of the credential file (.pfx file) |
X |
- |
- |
|
Sha1 |
Thumbprint or sha1 value needed to distinguish among different keys of a credential. The sha1 value must be contained in the credential file. |
X |
X |
X |
|
DLL Path |
Path to the library file, that implements the PKCS#11 interface for that particular HSM. |
- |
X |
- |
|
Slot |
Slot number, that identifies where the private key is stored in the HSM. |
- |
X |
- |