Uses of Class
com.authlete.common.dto.HskResponse
-
Packages that use HskResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi) and the factory class (AuthleteApiFactory).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of HskResponse in com.authlete.common.api
Methods in com.authlete.common.api that return HskResponse Modifier and Type Method Description HskResponseAuthleteApi. hskCreate(HskCreateRequest request)Call Authlete's/api/hsk/createAPI.HskResponseAuthleteApi. hskDelete(String handle)Call Authlete's/api/hsk/delete/{handle}API.HskResponseAuthleteApi. hskGet(String handle)Call Authlete's/api/hsk/get/{handle}API. -
Uses of HskResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return HskResponse Modifier and Type Method Description HskResponseHskResponse. setAction(HskResponse.Action action)Set the result of the API call.HskResponseHskResponse. setHsk(Hsk hsk)Set the information about the key on the HSM.
-