Interface CertificateAuthority


@Path("/") public interface CertificateAuthority
  • Method Details

    • fetchIndex

      @Path("index.txt") @Produces("text/plain") @GET String fetchIndex()
    • fetchKey

      @Path("{id}_public.pem") @Produces("text/plain") @GET String fetchKey(@PathParam("id") String keyId)