Uses of Class
com.authlete.common.dto.HskListResponse
-
Packages that use HskListResponse 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 HskListResponse in com.authlete.common.api
Methods in com.authlete.common.api that return HskListResponse Modifier and Type Method Description HskListResponse
AuthleteApi. hskGetList()
Call Authlete's/api/hsk/get/list
API. -
Uses of HskListResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return HskListResponse Modifier and Type Method Description HskListResponse
HskListResponse. setAction(HskListResponse.Action action)
Set the result of the API call.HskListResponse
HskListResponse. setHsks(Hsk[] hsks)
Set the information about the keys on the HSM.
-