Share via


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
int

The flags specifies how the key is used.

key_tag
int

The key tag value of the DNSKEY Resource Record.

protocol
int

The protocol value. The value is always 3.

public_key
str

The public key, represented as a Base64 encoding.

security_algorithm_type
int

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.