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