public final class DnsKeySpec extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud DNS API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DnsKeySpec() |
| Modifier and Type | Method and Description |
|---|---|
DnsKeySpec |
clone() |
String |
getAlgorithm()
String mnemonic specifying the DNSSEC algorithm of this key.
|
Long |
getKeyLength()
Length of the keys in bits.
|
String |
getKeyType()
Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK).
|
String |
getKind() |
DnsKeySpec |
set(String fieldName,
Object value) |
DnsKeySpec |
setAlgorithm(String algorithm)
String mnemonic specifying the DNSSEC algorithm of this key.
|
DnsKeySpec |
setKeyLength(Long keyLength)
Length of the keys in bits.
|
DnsKeySpec |
setKeyType(String keyType)
Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK).
|
DnsKeySpec |
setKind(String kind) |
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getAlgorithm()
null for nonepublic DnsKeySpec setAlgorithm(String algorithm)
algorithm - algorithm or null for nonepublic Long getKeyLength()
null for nonepublic DnsKeySpec setKeyLength(Long keyLength)
keyLength - keyLength or null for nonepublic String getKeyType()
null for nonepublic DnsKeySpec setKeyType(String keyType)
keyType - keyType or null for nonepublic String getKind()
null for nonepublic DnsKeySpec setKind(String kind)
kind - kind or null for nonepublic DnsKeySpec set(String fieldName, Object value)
set in class GenericJsonpublic DnsKeySpec clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.