Uses of Class
de.trustable.ca3s.core.service.dto.acme.problem.AcmeProblemException
-
Packages that use AcmeProblemException Package Description de.trustable.ca3s.core.web.rest.acme de.trustable.ca3s.core.web.rest.acme.advice de.trustable.ca3s.core.web.rest.support -
-
Uses of AcmeProblemException in de.trustable.ca3s.core.web.rest.acme
Methods in de.trustable.ca3s.core.web.rest.acme with parameters of type AcmeProblemException Modifier and Type Method Description protected org.springframework.http.ResponseEntity<?>ACMEController. buildProblemResponseEntity(AcmeProblemException e)Methods in de.trustable.ca3s.core.web.rest.acme that throw AcmeProblemException Modifier and Type Method Description org.springframework.http.ResponseEntity<?>ACMECertificateController. buildCertResponseForId(long certId, String accept)protected voidACMEController. checkNonce(org.jose4j.jwx.JsonWebStructure webStruct) -
Uses of AcmeProblemException in de.trustable.ca3s.core.web.rest.acme.advice
Methods in de.trustable.ca3s.core.web.rest.acme.advice with parameters of type AcmeProblemException Modifier and Type Method Description org.springframework.http.ResponseEntity<ProblemDetail>AcmeProblemAdvice. respondTo(AcmeProblemException exception) -
Uses of AcmeProblemException in de.trustable.ca3s.core.web.rest.support
Methods in de.trustable.ca3s.core.web.rest.support that throw AcmeProblemException Modifier and Type Method Description org.springframework.http.ResponseEntity<byte[]>CertificateDownloadController. buildByteArrayResponseForId(long certId, String accept, String alias, String filename)org.springframework.http.ResponseEntity<?>CertificateDownloadController. buildCertResponseForId(long certId, String accept, String filename)
-