aboutsummaryrefslogtreecommitdiffstats
path: root/tests/json/t-decrypt.out.json
blob: eb52dc8fb9e961b0d7bfac46423ae055981c6663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
}