JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.knowm.xchange.lgo
Interface CertificateAuthority
@Path("/")
public interface
CertificateAuthority
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
fetchIndex
()
String
fetchKey
(
String
keyId)
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)