Class ManagedZoneDnssecConfigDefaultKeySpec


  • public final class ManagedZoneDnssecConfigDefaultKeySpec
    extends java.lang.Object
    • Method Detail

      • algorithm

        public java.util.Optional<java.lang.String> algorithm()
        Returns:
        String mnemonic specifying the DNSSEC algorithm of this key Possible values are: `ecdsap256sha256`, `ecdsap384sha384`, `rsasha1`, `rsasha256`, `rsasha512`.
      • keyLength

        public java.util.Optional<java.lang.Integer> keyLength()
        Returns:
        Length of the keys in bits
      • keyType

        public java.util.Optional<java.lang.String> keyType()
        Returns:
        Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets. Possible values are: `keySigning`, `zoneSigning`.
      • kind

        public java.util.Optional<java.lang.String> kind()
        Returns:
        Identifies what kind of resource this is