5.40.4 DECODE
The DECODE command will PGP decode the contents of the specified FROM file.
The JSM response message could contain additional information about whether the a signature verification or integrity verification have failed.
The JSM response message could contain none or one of the following values.
SIGNATURE_FAILED
INTEGRITY_FAILED
SIGNATURE_VERIFIED
INTEGRITY_VERIFIED
SIGNATURE_FAILED,INTEGRITY_FAILED
SIGNATURE_FAILED,INTEGRITY_VERIFIED
SIGNATURE_VERIFIED,INTEGRITY_FAILED
SIGNATURE_VERIFIED,INTEGRITY_VERIFIED
Syntax:
Command |
Keyword |
Value |
Developer notes for Command/Keyword/Value |
DECODE |
FROM |
value |
Mandatory. File Path. |
TO |
value |
Mandatory. File Path. |
|
REPLACE |
*YES |
Optional. Replace existing file. |
|
*NO |
Default. |
||
PASSWORD |
value |
The password to extract the private key from the secret key. The secret key is automatically selected using the recipient public keys within the encrypted message. |