Uses of Class
sh.ory.hydra.model.JSONWebKey
-
Packages that use JSONWebKey Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of JSONWebKey in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return JSONWebKey Modifier and Type Method Description JSONWebKeyAdminApi. updateJsonWebKey(String kid, String set, JSONWebKey body)Update a JSON Web Key Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.Methods in sh.ory.hydra.api that return types with arguments of type JSONWebKey Modifier and Type Method Description ApiResponse<JSONWebKey>AdminApi. updateJsonWebKeyWithHttpInfo(String kid, String set, JSONWebKey body)Update a JSON Web Key Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.Methods in sh.ory.hydra.api with parameters of type JSONWebKey Modifier and Type Method Description JSONWebKeyAdminApi. updateJsonWebKey(String kid, String set, JSONWebKey body)Update a JSON Web Key Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.okhttp3.CallAdminApi. updateJsonWebKeyAsync(String kid, String set, JSONWebKey body, ApiCallback<JSONWebKey> _callback)Update a JSON Web Key (asynchronously) Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.okhttp3.CallAdminApi. updateJsonWebKeyCall(String kid, String set, JSONWebKey body, ApiCallback _callback)Build call for updateJsonWebKeyApiResponse<JSONWebKey>AdminApi. updateJsonWebKeyWithHttpInfo(String kid, String set, JSONWebKey body)Update a JSON Web Key Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.Method parameters in sh.ory.hydra.api with type arguments of type JSONWebKey Modifier and Type Method Description okhttp3.CallAdminApi. updateJsonWebKeyAsync(String kid, String set, JSONWebKey body, ApiCallback<JSONWebKey> _callback)Update a JSON Web Key (asynchronously) Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own. -
Uses of JSONWebKey in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return JSONWebKey Modifier and Type Method Description JSONWebKeyJSONWebKey. addX5cItem(String x5cItem)JSONWebKeyJSONWebKey. alg(String alg)JSONWebKeyJSONWebKey. crv(String crv)JSONWebKeyJSONWebKey. d(String d)JSONWebKeyJSONWebKey. dp(String dp)JSONWebKeyJSONWebKey. dq(String dq)JSONWebKeyJSONWebKey. e(String e)JSONWebKeyJSONWebKey. k(String k)JSONWebKeyJSONWebKey. kid(String kid)JSONWebKeyJSONWebKey. kty(String kty)JSONWebKeyJSONWebKey. n(String n)JSONWebKeyJSONWebKey. p(String p)JSONWebKeyJSONWebKey. q(String q)JSONWebKeyJSONWebKey. qi(String qi)JSONWebKeyJSONWebKey. use(String use)JSONWebKeyJSONWebKey. x(String x)JSONWebKeyJSONWebKey. x5c(List<String> x5c)JSONWebKeyJSONWebKey. y(String y)Methods in sh.ory.hydra.model that return types with arguments of type JSONWebKey Modifier and Type Method Description List<JSONWebKey>JSONWebKeySet. getKeys()The value of the \"keys\" parameter is an array of JWK values.Methods in sh.ory.hydra.model with parameters of type JSONWebKey Modifier and Type Method Description JSONWebKeySetJSONWebKeySet. addKeysItem(JSONWebKey keysItem)Method parameters in sh.ory.hydra.model with type arguments of type JSONWebKey Modifier and Type Method Description JSONWebKeySetJSONWebKeySet. keys(List<JSONWebKey> keys)voidJSONWebKeySet. setKeys(List<JSONWebKey> keys)
-