Package org.dogtagpki.acme
Class ACMEMetadata
java.lang.Object
org.dogtagpki.acme.ACMEMetadata
- Author:
- Endi S. Dewata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ACMEMetadata
static ACMEMetadata
fromProperties
(Properties props) String[]
void
setCaaIdentities
(String[] caaIdentities) void
setExternalAccountRequired
(Boolean externalAccountRequired) void
setTermsOfService
(String termsOfService) void
setWebsite
(String website) toJSON()
toString()
-
Constructor Details
-
ACMEMetadata
public ACMEMetadata()
-
-
Method Details