diff options
Diffstat (limited to 'tests/json/t-decrypt.out.json')
-rw-r--r-- | tests/json/t-decrypt.out.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/json/t-decrypt.out.json b/tests/json/t-decrypt.out.json new file mode 100644 index 00000000..eb52dc8f --- /dev/null +++ b/tests/json/t-decrypt.out.json @@ -0,0 +1,16 @@ +{ + "dec_info": { + "wrong_key_usage": false, + "is_de_vs": false, + "is_mime": false, + "legacy_cipher_nomdc": false, + "recipients": [{ + "pubkey_algo_name": "ELG-E", + "status_string": "Success", + "status_code": 0 + }] + }, + "type": "plaintext", + "base64": false, + "data": "Hello\n" +} |