Package org.dogtagpki.common
Interface KRAInfoResource
-
- All Known Implementing Classes:
KRAInfoService
@Path("info") public interface KRAInfoResource
- Author:
- Ade Lee
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ENCRYPT_MECHANISM
static java.lang.String
KEYWRAP_MECHANISM
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.ws.rs.core.Response
getInfo()
-
-
-
Field Detail
-
ENCRYPT_MECHANISM
static final java.lang.String ENCRYPT_MECHANISM
- See Also:
- Constant Field Values
-
KEYWRAP_MECHANISM
static final java.lang.String KEYWRAP_MECHANISM
- See Also:
- Constant Field Values
-
-