Uses of Class
com.netscape.certsrv.key.KeyRequestInfo
-
Packages that use KeyRequestInfo Package Description com.netscape.certsrv.key com.netscape.cms.servlet.key com.netscape.cmstools.kra -
-
Uses of KeyRequestInfo in com.netscape.certsrv.key
Methods in com.netscape.certsrv.key that return KeyRequestInfo Modifier and Type Method Description KeyRequestInfo
KeyClient. getRequestInfo(RequestId id)
Return a KeyRequestInfo object for a specific request.KeyRequestInfo
KeyRequestResponse. getRequestInfo()
static KeyRequestInfo
KeyRequestInfo. valueOf(java.lang.String string)
Methods in com.netscape.certsrv.key that return types with arguments of type KeyRequestInfo Modifier and Type Method Description java.util.Collection<KeyRequestInfo>
KeyRequestInfoCollection. getEntries()
Methods in com.netscape.certsrv.key with parameters of type KeyRequestInfo Modifier and Type Method Description void
KeyRequestResponse. setRequestInfo(KeyRequestInfo requestInfo)
-
Uses of KeyRequestInfo in com.netscape.cms.servlet.key
Methods in com.netscape.cms.servlet.key that return KeyRequestInfo Modifier and Type Method Description KeyRequestInfo
KeyRequestDAO. createCMSRequestInfo(IRequest request, javax.ws.rs.core.UriInfo uriInfo)
KeyRequestInfo
KeyRequestDAO. getRequest(RequestId id, javax.ws.rs.core.UriInfo uriInfo, IAuthToken authToken)
Gets info for a specific request -
Uses of KeyRequestInfo in com.netscape.cmstools.kra
Methods in com.netscape.cmstools.kra with parameters of type KeyRequestInfo Modifier and Type Method Description static void
KRAKeyCLI. printKeyRequestInfo(KeyRequestInfo info)
-