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 HskResponse
AuthleteApi. hskCreate(HskCreateRequest request)
Call Authlete's/api/hsk/create
API. -
Uses of HskCreateRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return HskCreateRequest Modifier and Type Method Description HskCreateRequest
HskCreateRequest. setAlg(String alg)
Set the algorithm of the key on the HSM.HskCreateRequest
HskCreateRequest. setHsmName(String hsmName)
Set the name of the HSM.HskCreateRequest
HskCreateRequest. setKid(String kid)
Set the key ID for the key on the HSM.HskCreateRequest
HskCreateRequest. setKty(String kty)
Set the key type.HskCreateRequest
HskCreateRequest. setUse(String use)
Set the use of the key on the HSM.
-