API Format DNSSEC Keys
From Openprovider API documentation
(Difference between revisions)
(Created page with '==Format specification > dnssecKeys== Collection of data fields that contains the following members: {| border="1" cellpadding="4" |- style="background-color:#BBBBBB;" |'''Field'…') |
m |
||
(3 intermediate revisions 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;"|''' | + | |colspan="2" style="background-color:#EEEEEE;"|'''protocol''' (required) |
+ | |- | ||
+ | | | ||
+ | :'''Data''' | ||
+ | |The protocol that is used for this key. Currently only one choice, but in the close future this will be expanded. | ||
+ | *''3'' (DNSSEC) | ||
+ | |- | ||
+ | |colspan="2" style="background-color:#EEEEEE;"|'''pubKey''' (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 |