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 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 DRMstatic KeyRequestInfoCollection
KeyRequestInfoCollection. valueOf(java.lang.String string)
-