This documentation has moved

XML API documentation can now be found at developer.openprovider.com. This page will remain available until September 2026, but will no longer be updated.

The XML API itself is not changing. Your existing integration continues to work.

API Format DNSSEC Keys

From Openprovider API documentation

(Difference between revisions)
Jump to: navigation, search
(Created page with '==Format specification > dnssecKeys== Collection of data fields that contains the following members: {| border="1" cellpadding="4" |- style="background-color:#BBBBBB;" |'''Field'…')
Line 27: Line 27:
*''12'' (GOST R 34.10-2001)
*''12'' (GOST R 34.10-2001)
|-
|-
-
|colspan="2" style="background-color:#EEEEEE;"|'''pubkey''' (required)
+
|colspan="2" style="background-color:#EEEEEE;"|'''pubKey''' (required)
|-
|-
|
|

Revision as of 08:56, 8 March 2013

Format specification > dnssecKeys

Collection of data fields that contains the following members:

Field dnssecKeys
flags (required)
Data
Type of key; the following values (the numbers only) are supported by Openprovider, but the registry might support a limited list
  • 256 (ZSK)
  • 257 (KSK)
alg (required)
Data
Algorithm; the following values (the numbers only) are supported by Openprovider, but the registry might support a limited list
  • 3 (DSA/SHA1)
  • 5 (RSA/SHA1)
  • 6 (DSA-NSEC3-SHA1)
  • 7 (RSASHA1-NSEC3-SHA1)
  • 8 (RSA/SHA-256)
  • 10 (RSA/SHA-512)
  • 12 (GOST R 34.10-2001)
pubKey (required)
Data
Public key
Views
Personal tools