Class ACMEMetadata

java.lang.Object
org.dogtagpki.acme.ACMEMetadata

public class ACMEMetadata extends Object
Author:
Endi S. Dewata
  • Constructor Details

    • ACMEMetadata

      public ACMEMetadata()
  • Method Details

    • getTermsOfService

      public String getTermsOfService()
    • setTermsOfService

      public void setTermsOfService(String termsOfService)
    • getWebsite

      public String getWebsite()
    • setWebsite

      public void setWebsite(String website)
    • getCaaIdentities

      public String[] getCaaIdentities()
    • setCaaIdentities

      public void setCaaIdentities(String[] caaIdentities)
    • getExternalAccountRequired

      public Boolean getExternalAccountRequired()
    • setExternalAccountRequired

      public void setExternalAccountRequired(Boolean externalAccountRequired)
    • toJSON

      public String toJSON() throws Exception
      Throws:
      Exception
    • fromJSON

      public static ACMEMetadata fromJSON(String json) throws Exception
      Throws:
      Exception
    • fromProperties

      public static ACMEMetadata fromProperties(Properties props) throws Exception
      Throws:
      Exception
    • toString

      public String toString()
      Overrides:
      toString in class Object