Class OrderResponse
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.acme.NewOrderResponse
-
- de.trustable.ca3s.core.service.dto.acme.OrderResponse
-
@Immutable public class OrderResponse extends NewOrderResponse
-
-
Constructor Summary
Constructors Constructor Description OrderResponse()OrderResponse(AcmeOrder orderDao, Set<String> authUrlSet, String finalizeUrl, String certificateUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertificate()DategetNotAfter()DategetNotBefore()voidsetCertificate(String certificate)voidsetNotAfter(Date notAfter)voidsetNotBefore(Date notBefore)-
Methods inherited from class de.trustable.ca3s.core.service.dto.acme.NewOrderResponse
getAuthorizations, getExpires, getFinalize, getIdentifiers, getStatus, setAuthorizations, setExpires, setFinalize, setIdentifiers, setStatus
-
-
-
-
Method Detail
-
getNotBefore
public Date getNotBefore()
- Returns:
- the notBefore
-
setNotBefore
public void setNotBefore(Date notBefore)
- Parameters:
notBefore- the notBefore to set
-
getNotAfter
public Date getNotAfter()
- Returns:
- the notAfter
-
setNotAfter
public void setNotAfter(Date notAfter)
- Parameters:
notAfter- the notAfter to set
-
getCertificate
public String getCertificate()
- Returns:
- the certificate
-
setCertificate
public void setCertificate(String certificate)
- Parameters:
certificate- the certificate to set
-
-