Uses of Class
de.adorsys.psd2.sandbox.certificate.model.CertificateResponse
-
Packages that use CertificateResponse Package Description de.adorsys.psd2.sandbox.certificate.controller de.adorsys.psd2.sandbox.certificate.service -
-
Uses of CertificateResponse in de.adorsys.psd2.sandbox.certificate.controller
Methods in de.adorsys.psd2.sandbox.certificate.controller that return types with arguments of type CertificateResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<CertificateResponse>CertificateController. createCert(@Valid CertificateRequest certData) -
Uses of CertificateResponse in de.adorsys.psd2.sandbox.certificate.service
Methods in de.adorsys.psd2.sandbox.certificate.service that return CertificateResponse Modifier and Type Method Description CertificateResponseCertificateService. newCertificate(CertificateRequest certificateRequest)Create a new base64 encoded X509 certificate for authentication at the XS2A API with the corresponding private key and meta data.
-