Class AcmeMetadata

    • Field Detail

      • termsOfServiceUrl

        private final String termsOfServiceUrl
      • websiteUrl

        private final String websiteUrl
      • caaIdentities

        private final String[] caaIdentities
      • externalAccountRequired

        private final boolean externalAccountRequired
    • Method Detail

      • getTermsOfServiceUrl

        public String getTermsOfServiceUrl()
        Get the terms of service URL.
        Returns:
        the terms of service URL
      • getWebsiteUrl

        public String getWebsiteUrl()
        Get the website URL.
        Returns:
        the website URL
      • getCAAIdentities

        public String[] getCAAIdentities()
        Get the CAA identities.
        Returns:
        the CAA identities
      • isExternalAccountRequired

        public boolean isExternalAccountRequired()
        Get whether or not an external account is required.
        Returns:
        whether or not an external account is required
      • builder

        public static AcmeMetadata.Builder builder()
        Construct a new builder instance.
        Returns:
        the new builder instance