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 default HskResponseAuthleteApi. hskCreate(HskCreateRequest request)Call Authlete's/api/hsk/createAPI.HskResponseAuthleteApi. hskCreate(HskCreateRequest request, Options options)Call Authlete's/api/hsk/createAPI.HskResponseAuthleteApiImplV3. hskCreate(HskCreateRequest request, Options options)default HskResponseAuthleteApi. hskDelete(String handle)Call Authlete's/api/hsk/delete/{handle}API.HskResponseAuthleteApi. hskDelete(String handle, Options options)Call Authlete's/api/hsk/delete/{handle}API.HskResponseAuthleteApiImplV3. hskDelete(String handle, Options options)default HskResponseAuthleteApi. hskGet(String handle)Call Authlete's/api/hsk/get/{handle}API.HskResponseAuthleteApi. hskGet(String handle, Options options)Call Authlete's/api/hsk/get/{handle}API.HskResponseAuthleteApiImplV3. hskGet(String handle, Options options) -
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.
-