Class CertificateService


  • @Service
    public class CertificateService
    extends Object
    • Constructor Detail

      • CertificateService

        public CertificateService()
    • 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