SigningKey Class
Represents the signing key.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
SigningKey(**kwargs: Any)
Variables
| Name | Description |
|---|---|
|
delegation_signer_info
|
The delegation signer information. |
|
flags
|
The flags specifies how the key is used. |
|
key_tag
|
The key tag value of the DNSKEY Resource Record. |
|
protocol
|
The protocol value. The value is always 3. |
|
public_key
|
The public key, represented as a Base64 encoding. |
|
security_algorithm_type
|
The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml. |