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 KeyRequestInfo
KeyRequestInfo. fromJSON(java.lang.String json)
static KeyRequestInfo
KeyRequestInfo. fromXML(java.lang.String string)
KeyRequestInfo
KeyClient. getRequestInfo(RequestId id)
Return a KeyRequestInfo object for a specific request.KeyRequestInfo
KeyRequestResponse. 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 void
KeyRequestResponse. 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 void
KRAKeyCLI. printKeyRequestInfo(KeyRequestInfo info)
-