Uses of Class
com.authlete.common.dto.HskCreateRequest
-
Packages that use HskCreateRequest 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 HskCreateRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type HskCreateRequest 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) -
Uses of HskCreateRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return HskCreateRequest Modifier and Type Method Description HskCreateRequestHskCreateRequest. setAlg(String alg)Set the algorithm of the key on the HSM.HskCreateRequestHskCreateRequest. setHsmName(String hsmName)Set the name of the HSM.HskCreateRequestHskCreateRequest. setKid(String kid)Set the key ID for the key on the HSM.HskCreateRequestHskCreateRequest. setKty(String kty)Set the key type.HskCreateRequestHskCreateRequest. setUse(String use)Set the use of the key on the HSM.
-