| Package | Description |
|---|---|
| com.google.api.services.dns.model |
| Modifier and Type | Method and Description |
|---|---|
DnsKeySpec |
DnsKeySpec.clone() |
DnsKeySpec |
DnsKeySpec.set(String fieldName,
Object value) |
DnsKeySpec |
DnsKeySpec.setAlgorithm(String algorithm)
String mnemonic specifying the DNSSEC algorithm of this key.
|
DnsKeySpec |
DnsKeySpec.setKeyLength(Long keyLength)
Length of the keys in bits.
|
DnsKeySpec |
DnsKeySpec.setKeyType(String keyType)
Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK).
|
DnsKeySpec |
DnsKeySpec.setKind(String kind) |
| Modifier and Type | Method and Description |
|---|---|
List<DnsKeySpec> |
ManagedZoneDnsSecConfig.getDefaultKeySpecs()
Specifies parameters for generating initial DnsKeys for this ManagedZone.
|
List<DnsKeySpec> |
Quota.getWhitelistedKeySpecs()
DNSSEC algorithm and key length types that can be used for DnsKeys.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedZoneDnsSecConfig |
ManagedZoneDnsSecConfig.setDefaultKeySpecs(List<DnsKeySpec> defaultKeySpecs)
Specifies parameters for generating initial DnsKeys for this ManagedZone.
|
Quota |
Quota.setWhitelistedKeySpecs(List<DnsKeySpec> whitelistedKeySpecs)
DNSSEC algorithm and key length types that can be used for DnsKeys.
|
Copyright © 2011–2022 Google. All rights reserved.