Uses of Class
com.google.cloud.dns.ZoneInfo.KeySpec.Builder
-
Packages that use ZoneInfo.KeySpec.Builder Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of ZoneInfo.KeySpec.Builder in com.google.cloud.dns
Methods in com.google.cloud.dns that return ZoneInfo.KeySpec.Builder Modifier and Type Method Description static ZoneInfo.KeySpec.BuilderZoneInfo.KeySpec. newBuilder()Returns a builder forKeySpecobjects.ZoneInfo.KeySpec.BuilderZoneInfo.KeySpec.Builder. setAlgorithm(String algorithm)Specifies the DNSSEC algorithm of this key.ZoneInfo.KeySpec.BuilderZoneInfo.KeySpec.Builder. setKeyLength(Long keyLength)Specifies the length of the keys in bits.ZoneInfo.KeySpec.BuilderZoneInfo.KeySpec.Builder. setKeyType(String keyType)Specifies the key type, Whether this key is a signing key (KSK) or a zone signing key (ZSK).
-