Uses of Class
com.netscape.certsrv.key.KeyRequestInfoCollection
-
Packages that use KeyRequestInfoCollection Package Description com.netscape.certsrv.key -
-
Uses of KeyRequestInfoCollection in com.netscape.certsrv.key
Methods in com.netscape.certsrv.key that return KeyRequestInfoCollection Modifier and Type Method Description static KeyRequestInfoCollection
KeyRequestInfoCollection. fromDOM(org.w3c.dom.Element infosElement)
static KeyRequestInfoCollection
KeyRequestInfoCollection. fromXML(java.lang.String xml)
KeyRequestInfoCollection
KeyClient. listRequests(java.lang.String requestState, java.lang.String requestType)
KeyRequestInfoCollection
KeyClient. listRequests(java.lang.String requestState, java.lang.String requestType, java.lang.String realm)
Search key requests in the DRM based on the state/type of the requests.KeyRequestInfoCollection
KeyClient. listRequests(java.lang.String requestState, java.lang.String requestType, java.lang.String clientKeyID, RequestId start, java.lang.Integer pageSize, java.lang.Integer maxResults, java.lang.Integer maxTime, java.lang.String realm)
List/Search key requests in the DRM
-