Package org.dogtagpki.acme
Class ACMEAuthorization
java.lang.Object
org.dogtagpki.acme.ACMEAuthorization
- Author:
- Endi S. Dewata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ACMEAuthorization
getChallenge
(String challengeID) getID()
void
setAccountID
(String accountID) void
setChallenges
(Collection<ACMEChallenge> challenges) void
setCreationTime
(Date creationTime) void
setExpirationTime
(Date expirationTime) void
setExpires
(String expires) void
void
setIdentifier
(ACMEIdentifier identifier) void
void
setWildcard
(Boolean wildcard) toJSON()
toString()
-
Constructor Details
-
ACMEAuthorization
public ACMEAuthorization()
-
-
Method Details
-
getID
-
setID
-
getAccountID
-
setAccountID
-
getCreationTime
-
setCreationTime
-
getExpirationTime
-
setExpirationTime
-
getStatus
-
setStatus
-
getExpires
-
setExpires
-
getIdentifier
-
setIdentifier
-
getChallenges
-
getChallenge
-
setChallenges
-
getWildcard
-
setWildcard
-
toJSON
- Throws:
Exception
-
fromJSON
- Throws:
Exception
-
toString
-