Interface CASystemCertResource


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

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

    • getSigningCert

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

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