Uses of Class
io.jans.as.model.jwk.JSONWebKeySet
-
Packages that use JSONWebKeySet Package Description io.jans.as.model.config io.jans.as.model.crypto io.jans.as.model.jwk -
-
Uses of JSONWebKeySet in io.jans.as.model.config
Subclasses of JSONWebKeySet in io.jans.as.model.config Modifier and Type Class Description class
WebKeysConfiguration
-
Uses of JSONWebKeySet in io.jans.as.model.crypto
Methods in io.jans.as.model.crypto with parameters of type JSONWebKeySet Modifier and Type Method Description String
AbstractCryptoProvider. getKeyId(JSONWebKeySet jsonWebKeySet, Algorithm algorithm, Use use, KeyOpsType keyOps)
String
AuthCryptoProvider. getKeyId(JSONWebKeySet jsonWebKeySet, Algorithm algorithm, Use use, KeyOpsType keyOpsType)
-
Uses of JSONWebKeySet in io.jans.as.model.jwk
Methods in io.jans.as.model.jwk that return JSONWebKeySet Modifier and Type Method Description static JSONWebKeySet
JSONWebKeySet. fromJSONObject(org.json.JSONObject jwksJSONObject)
-