Uses of Class
com.netscape.certsrv.key.KeyRequestInfo
-
Packages that use KeyRequestInfo Package Description com.netscape.certsrv.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. fromDOM(org.w3c.dom.Element infoElement)static KeyRequestInfoKeyRequestInfo. fromXML(java.lang.String xml)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.cmstools.kra
Methods in com.netscape.cmstools.kra with parameters of type KeyRequestInfo Modifier and Type Method Description static voidKRAKeyCLI. printKeyRequestInfo(KeyRequestInfo info)
-