algorithm property

String? algorithm
getter/setter pair

String mnemonic specifying the DNSSEC algorithm of this key. Possible string values are:

  • "rsasha1"
  • "rsasha256"
  • "rsasha512"
  • "ecdsap256sha256"
  • "ecdsap384sha384"

Implementation

core.String? algorithm;