Interface CASystemCertResource


  • @Path("config/cert")
    public interface CASystemCertResource
    • Method Detail

      • getSigningCert

        @GET
        @Path("signing")
        javax.ws.rs.core.Response getSigningCert()
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getTransportCert

        @GET
        @Path("transport")
        javax.ws.rs.core.Response getTransportCert()
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception