Share via


DsRecord Class

A DS record. For more information about the DS record format, see RFC 4034: https://www.rfc-editor.org/rfc/rfc4034.

Constructor

DsRecord(*, key_tag: int | None = None, algorithm: int | None = None, digest: _models.Digest | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
key_tag
int

The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.

Default value: None
algorithm
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.

Default value: None
digest

The digest entity.

Default value: None

Variables

Name Description
key_tag
int

The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.

algorithm
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.

digest

The digest entity.