DnsKeySpec class
Parameters for DnsKey key generation.
Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
Constructors
- DnsKeySpec({String? algorithm, int? keyLength, String? keyType, String? kind})
- DnsKeySpec.fromJson(Map json_)
Properties
- algorithm ↔ String?
-
String mnemonic specifying the DNSSEC algorithm of this key.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyLength ↔ int?
-
Length of the keys in bits.
getter/setter pair
- keyType ↔ String?
-
Specifies whether this is a key signing key (KSK) or a zone signing key
(ZSK).
getter/setter pair
- kind ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited