Class CertificateService
- java.lang.Object
-
- de.adorsys.psd2.sandbox.certificate.service.CertificateService
-
@Service public class CertificateService extends Object
-
-
Constructor Summary
Constructors Constructor Description CertificateService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateResponsenewCertificate(CertificateRequest certificateRequest)Create a new base64 encoded X509 certificate for authentication at the XS2A API with the corresponding private key and meta data.
-
-
-
Method Detail
-
newCertificate
public CertificateResponse newCertificate(CertificateRequest certificateRequest)
Create a new base64 encoded X509 certificate for authentication at the XS2A API with the corresponding private key and meta data.- Parameters:
certificateRequest- data needed for certificate generation- Returns:
- CertificateResponse base64 encoded cert + private key
-
-