Class SystemCertService

  • All Implemented Interfaces:
    SystemCertResource

    public class SystemCertService
    extends PKIService
    implements SystemCertResource
    This is the class used to list, retrieve and modify system certificates for all Java subsystems.
    Author:
    alee
    • Constructor Detail

      • SystemCertService

        public SystemCertService()
    • Method Detail

      • getTransportCert

        public javax.ws.rs.core.Response getTransportCert()
        Used to retrieve the transport certificate
        Specified by:
        getTransportCert in interface SystemCertResource
      • getTransportCertFromCA

        public CertData getTransportCertFromCA()
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getTransportCertFromKRA

        public CertData getTransportCertFromKRA()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createCertificateData

        public CertData createCertificateData​(X509CertImpl cert)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createCertificateData

        public CertData createCertificateData​(org.mozilla.jss.crypto.X509Certificate cert)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception