| Package | Description |
|---|---|
| com.google.api.services.dns.model |
| Modifier and Type | Method and Description |
|---|---|
DnsKeyDigest |
DnsKeyDigest.clone() |
DnsKeyDigest |
DnsKeyDigest.set(String fieldName,
Object value) |
DnsKeyDigest |
DnsKeyDigest.setDigest(String digest)
The base-16 encoded bytes of this digest.
|
DnsKeyDigest |
DnsKeyDigest.setType(String type)
Specifies the algorithm used to calculate this digest.
|
| Modifier and Type | Method and Description |
|---|---|
List<DnsKeyDigest> |
DnsKey.getDigests()
Cryptographic hashes of the DNSKEY resource record associated with this DnsKey.
|
| Modifier and Type | Method and Description |
|---|---|
DnsKey |
DnsKey.setDigests(List<DnsKeyDigest> digests)
Cryptographic hashes of the DNSKEY resource record associated with this DnsKey.
|
Copyright © 2011–2022 Google. All rights reserved.