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.Builder
ZoneInfo.KeySpec. newBuilder()
Returns a builder forKeySpec
objects.ZoneInfo.KeySpec.Builder
ZoneInfo.KeySpec.Builder. setAlgorithm(String algorithm)
Specifies the DNSSEC algorithm of this key.ZoneInfo.KeySpec.Builder
ZoneInfo.KeySpec.Builder. setKeyLength(Long keyLength)
Specifies the length of the keys in bits.ZoneInfo.KeySpec.Builder
ZoneInfo.KeySpec.Builder. setKeyType(String keyType)
Specifies the key type, Whether this key is a signing key (KSK) or a zone signing key (ZSK).
-