5.21.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 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

DECODE

FROM

value

Required. File Path.

TO

value

Required. 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.

 

Example

DECODE FROM(encrypt.asc) TO(data.txt) PASSWORD(password) REPLACE(*YES)