summaryrefslogtreecommitdiffstats
path: root/src/tests/data/test_ffi_json/generate-primary.json
blob: 2d6b0770310c4f61dba564c8e405819ef942bcf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "primary": {
      "type": "ECDSA",
      "curve": "NIST P-256",
      "userid": "test0",
      "usage": ["sign"],
      "expiration": 0,
      "preferences" : {
        "hashes": ["SHA512", "SHA256"],
        "ciphers": ["AES256", "AES128"],
        "compression": ["Zlib"],
        "key server": "hkp://pgp.mit.edu"
      }
   }
}