KeySigningKey class

A key signing key (KSK) is a complex type that represents a public/private key pair. The private key is used to generate a digital signature for the zone signing key (ZSK). The public key is stored in the DNS and is used to authenticate the ZSK. A KSK is always associated with a hosted zone; it cannot exist by itself.

Constructors

KeySigningKey({DateTime? createdDate, String? dNSKEYRecord, String? dSRecord, String? digestAlgorithmMnemonic, int? digestAlgorithmType, String? digestValue, int? flag, int? keyTag, String? kmsArn, DateTime? lastModifiedDate, String? name, String? publicKey, String? signingAlgorithmMnemonic, int? signingAlgorithmType, String? status, String? statusMessage})
KeySigningKey.fromXml(XmlElement elem)
factory

Properties

createdDate DateTime?
The date when the key signing key (KSK) was created.
final
digestAlgorithmMnemonic String?
A string used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.
final
digestAlgorithmType int?
An integer used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.
final
digestValue String?
A cryptographic digest of a DNSKEY resource record (RR). DNSKEY records are used to publish the public key that resolvers can use to verify DNSSEC signatures that are used to secure certain kinds of information provided by the DNS system.
final
dNSKEYRecord String?
A string that represents a DNSKEY record.
final
dSRecord String?
A string that represents a delegation signer (DS) record.
final
flag int?
An integer that specifies how the key is used. For key signing key (KSK), this value is always 257.
final
hashCode int
The hash code for this object.
no setterinherited
keyTag int?
An integer used to identify the DNSSEC record for the domain name. The process used to calculate the value is described in RFC-4034 Appendix B.
final
kmsArn String?
The Amazon resource name (ARN) used to identify the customer managed key (CMK) in AWS Key Management Service (KMS). The KmsArn must be unique for each key signing key (KSK) in a single hosted zone.
final
lastModifiedDate DateTime?
The last time that the key signing key (KSK) was changed.
final
name String?
An alphanumeric string used to identify a key signing key (KSK). Name must be unique for each key signing key in the same hosted zone.
final
publicKey String?
The public key, represented as a Base64 encoding, as required by RFC-4034 Page 5.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signingAlgorithmMnemonic String?
A string used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.
final
signingAlgorithmType int?
An integer used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.
final
status String?
A string that represents the current key signing key (KSK) status.
final
statusMessage String?
The status message provided for the following key signing key (KSK) statuses: ACTION_NEEDED or INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited