Uses of Class
de.trustable.ca3s.adcs.proxy.web.dto.CertificateEnrollmentResponse
-
Packages that use CertificateEnrollmentResponse Package Description de.trustable.ca3s.adcs.proxy.web.dto de.trustable.ca3s.adcs.proxy.web.rest Spring MVC REST controllers. -
-
Uses of CertificateEnrollmentResponse in de.trustable.ca3s.adcs.proxy.web.dto
Methods in de.trustable.ca3s.adcs.proxy.web.dto that return CertificateEnrollmentResponse Modifier and Type Method Description CertificateEnrollmentResponseCertificateEnrollmentResponse. cert(String cert)CertificateEnrollmentResponseCertificateEnrollmentResponse. certCA(String certCA)CertificateEnrollmentResponseCertificateEnrollmentResponse. reqId(Integer reqId)CertificateEnrollmentResponseCertificateEnrollmentResponse. status(String status) -
Uses of CertificateEnrollmentResponse in de.trustable.ca3s.adcs.proxy.web.rest
Methods in de.trustable.ca3s.adcs.proxy.web.rest that return CertificateEnrollmentResponse Modifier and Type Method Description CertificateEnrollmentResponseLocalADCSService. requestCertificate(CertificateRequestElements cre)Methods in de.trustable.ca3s.adcs.proxy.web.rest that return types with arguments of type CertificateEnrollmentResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<CertificateEnrollmentResponse>AdcsCertificateBuilderApi. buildCertificate(@Valid JWSWrappedRequest body)org.springframework.http.ResponseEntity<CertificateEnrollmentResponse>AdcsCertificateBuilderApiController. buildCertificate(@Valid JWSWrappedRequest body)
-