| Constructor and Description |
|---|
Metadata(JSON meta)
Creates a new
Metadata instance. |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getCaaIdentities()
Returns a collection of hostnames, which the ACME server recognises as referring to
itself for the purposes of CAA record validation.
|
JSON |
getJSON()
Returns the JSON representation of the metadata.
|
URI |
getTermsOfService()
Returns an
URI to the current terms of service, or null if not
available. |
URI |
getWebsite()
Returns an
URI to a website providing more information about the ACME
server. |
public URI getTermsOfService()
URI to the current terms of service, or null if not
available.public URI getWebsite()
URI to a website providing more information about the ACME
server. null if not available.public Collection<String> getCaaIdentities()
Copyright © 2015–2019. All rights reserved.