algorithm property
String mnemonic specifying the DNSSEC algorithm of this key.
Immutable after creation time. Possible string values are:
- "rsasha1"
- "rsasha256"
- "rsasha512"
- "ecdsap256sha256"
- "ecdsap384sha384"
Implementation
core.String? algorithm;