Interface CASystemCertResource


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

    Modifier and Type
    Method
    Description
    javax.ws.rs.core.Response
     
    javax.ws.rs.core.Response
     
  • Method Details

    • getSigningCert

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

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