diff options
Diffstat (limited to 'tests/json/t-encrypt-sign.in.json')
-rw-r--r-- | tests/json/t-encrypt-sign.in.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/json/t-encrypt-sign.in.json b/tests/json/t-encrypt-sign.in.json new file mode 100644 index 00000000..45e1d0b4 --- /dev/null +++ b/tests/json/t-encrypt-sign.in.json @@ -0,0 +1,8 @@ +{ + "op": "encrypt", + "keys": ["[email protected]", "[email protected]"], + "signing_keys": ["A0FF4590BB6122EDEF6E3C542D727CC768697734"], + "data": "Hello world", + "armor": true, + "always-trust": true +} |