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 KeyRequestInfoCollectionKeyRequestInfoCollection. fromDOM(org.w3c.dom.Element infosElement)static KeyRequestInfoCollectionKeyRequestInfoCollection. fromXML(java.lang.String xml)KeyRequestInfoCollectionKeyClient. listRequests(java.lang.String requestState, java.lang.String requestType)KeyRequestInfoCollectionKeyClient. 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.KeyRequestInfoCollectionKeyClient. 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
-