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 static KeyRequestInfoKeyRequestInfo. fromJSON(java.lang.String json)static KeyRequestInfoKeyRequestInfo. fromXML(java.lang.String string)KeyRequestInfoKeyClient. getRequestInfo(RequestId id)Return a KeyRequestInfo object for a specific request.KeyRequestInfoKeyRequestResponse. getRequestInfo()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 voidKeyRequestResponse. 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 KeyRequestInfoKeyRequestDAO. createCMSRequestInfo(IRequest request, javax.ws.rs.core.UriInfo uriInfo)KeyRequestInfoKeyRequestDAO. 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 voidKRAKeyCLI. printKeyRequestInfo(KeyRequestInfo info)
-