Package org.dogtagpki.acme
Class ACMEOrder
java.lang.Object
org.dogtagpki.acme.ACMEOrder
- Author:
- Endi S. Dewata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ACMEOrder
URI[]
String[]
getCSR()
getError()
getID()
void
setAccountID
(String accountID) void
setAuthorizations
(URI[] authorizations) void
setAuthzIDs
(String[] authzIDs) void
void
setCertificate
(URI certificate) void
setCreationTime
(Date creationTime) void
void
void
setExpirationTime
(Date expirationTime) void
setExpires
(String expires) void
setFinalize
(URI finalize) void
void
setIdentifiers
(ACMEIdentifier[] identifiers) void
setNotAfter
(String notAfter) void
setNotAfterTime
(Date notAfterTime) void
setNotBefore
(String notBefore) void
setNotBeforeTime
(Date notBeforeTime) void
setResource
(URI resource) void
toJSON()
toString()
-
Constructor Details
-
ACMEOrder
public ACMEOrder()
-
-
Method Details
-
getID
-
setID
-
getAccountID
-
setAccountID
-
getCreationTime
-
setCreationTime
-
getExpirationTime
-
setExpirationTime
-
getNotBeforeTime
-
setNotBeforeTime
-
getNotAfterTime
-
setNotAfterTime
-
getAuthzIDs
-
setAuthzIDs
-
getCertID
-
setCertID
-
getStatus
-
setStatus
-
getExpires
-
setExpires
-
getNotBefore
-
setNotBefore
-
getNotAfter
-
setNotAfter
-
getIdentifiers
-
setIdentifiers
-
getError
-
setError
-
getAuthorizations
-
setAuthorizations
-
getFinalize
-
setFinalize
-
getCSR
-
setCSR
-
getCertificate
-
setCertificate
-
getResource
-
setResource
-
toJSON
- Throws:
Exception
-
fromJSON
- Throws:
Exception
-
toString
-