Messages and limitations of the PGP connector
Message code list of PGP category
The following message codes correspond to errors that occur in PGP Connector.
Cause |
Solution |
---|---|
This occurs when the encryption process or decryption process ends unsuccessfully. |
Check that the correct public key and secret key are specified, and that the contents of the encrypted file aren't tampered with. |
Cause |
Solution |
---|---|
This occurs when the public key can't be found. |
Specify the correct public key. |
Cause |
Solution |
---|---|
This occurs when the secret key can't be found. |
Specify the correct secret key. |
Cause |
Solution |
---|---|
This occurs when the public key is incorrect. |
Specify the correct public key. |
Cause |
Solution |
---|---|
This occurs when the passphrase is incorrect. |
Specify the correct passphrase. |
Exception messages of PGP category
Exception name |
Cause |
Solution |
---|---|---|
PGPException |
This occurs when the encryption process or decryption process ends unsuccessfully. |
Check that the correct public key and secret key are specified, and that the contents of the encrypted file aren't tampered with. |
PublicKeyNotFoundException |
This occurs when the public key can't be found. |
Specify the correct public key. |
SecretKeyNotFoundException |
This occurs when the secret key can't be found. |
Specify the correct secret key. |
IncorrectPublicKeyException |
This occurs when the public key is incorrect. |
Specify the correct public key. |
IncorrectSecretkeyOrPassphraseException |
This occurs when the passphrase is incorrect. |
Specify the correct passphrase. |
Limitations of PGP category
Only GNU Privacy Guard is supported.