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 HskResponse
AuthleteApi. hskCreate(HskCreateRequest request)
Call Authlete's/api/hsk/create
API.HskResponse
AuthleteApi. hskDelete(String handle)
Call Authlete's/api/hsk/delete/{handle}
API.HskResponse
AuthleteApi. 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 HskResponse
HskResponse. setAction(HskResponse.Action action)
Set the result of the API call.HskResponse
HskResponse. setHsk(Hsk hsk)
Set the information about the key on the HSM.
-