API Format DNSSEC Keys
From Openprovider API documentation
(Difference between revisions)
m |
|||
(One intermediate revision not shown) | |||
Line 26: | Line 26: | ||
*''10'' (RSA/SHA-512) | *''10'' (RSA/SHA-512) | ||
*''12'' (GOST R 34.10-2001) | *''12'' (GOST R 34.10-2001) | ||
+ | *''13'' (ECDSA Curve P-256 with SHA-256) | ||
|- | |- | ||
|colspan="2" style="background-color:#EEEEEE;"|'''protocol''' (required) | |colspan="2" style="background-color:#EEEEEE;"|'''protocol''' (required) |
Current revision as of 14:54, 18 October 2016
Format specification > dnssecKeys
Collection of data fields that contains the following members:
Field | dnssecKeys |
flags (required) | |
| Type of key; the following values (the numbers only) are supported by Openprovider, but the registry might support a limited list
|
alg (required) | |
| Algorithm; the following values (the numbers only) are supported by Openprovider, but the registry might support a limited list
|
protocol (required) | |
| The protocol that is used for this key. Currently only one choice, but in the close future this will be expanded.
|
pubKey (required) | |
| Public key |