getEncPassword method: DigitalCertStore class
Syntax
getEncPassword(digital_ID, &keystore_pwd )
Description
Use the getEncPassword method to return the encrypted password for the specified digital ID.
Important:
Do not use this method in an implementation of the IPT_PDFSIGNATURE_INT:IPDFSignature interface class. Oracle reserves the right to modify this method in the future.
Parameters
| Parameter | Description |
|---|---|
|
digital_ID |
Specifies the digital ID of the certificate as a string value. |
|
&keystore_pwd |
Specifies an already instantiated string variable to store the returned encrypted password. |
Returns
A return code as a numeric value:
| Numeric Value | Description |
|---|---|
|
0 |
The method executed successfully. |
|
65 |
The digital ID was specified as the empty string. |
|
73 |
No password is defined for this digital ID. |