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 classWebKeysConfiguration -
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 StringAbstractCryptoProvider. getKeyId(JSONWebKeySet jsonWebKeySet, Algorithm algorithm, Use use, KeyOpsType keyOps)StringAuthCryptoProvider. 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 JSONWebKeySetJSONWebKeySet. fromJSONObject(org.json.JSONObject jwksJSONObject)
-