Uses of Class
io.jans.as.model.jwk.JSONWebKey
-
Packages that use JSONWebKey Package Description io.jans.as.model.crypto.signature io.jans.as.model.jwk io.jans.as.model.jwt -
-
Uses of JSONWebKey in io.jans.as.model.crypto.signature
Methods in io.jans.as.model.crypto.signature with parameters of type JSONWebKey Modifier and Type Method Description static RSAKeyFactoryRSAKeyFactory. valueOf(JSONWebKey key)Deprecated.Constructors in io.jans.as.model.crypto.signature with parameters of type JSONWebKey Constructor Description RSAKeyFactory(JSONWebKey key)Deprecated. -
Uses of JSONWebKey in io.jans.as.model.jwk
Methods in io.jans.as.model.jwk that return JSONWebKey Modifier and Type Method Description static JSONWebKeyJSONWebKey. fromJSONObject(org.json.JSONObject jwkJSONObject)JSONWebKeyJSONWebKeySet. getKey(java.lang.String keyId)JSONWebKeyKeySelectionStrategy. select(java.util.List<JSONWebKey> list)Methods in io.jans.as.model.jwk that return types with arguments of type JSONWebKey Modifier and Type Method Description static @NotNull java.util.Comparator<JSONWebKey>KeySelectionStrategy. compareExp()java.util.List<JSONWebKey>JSONWebKeySet. getKeys()Method parameters in io.jans.as.model.jwk with type arguments of type JSONWebKey Modifier and Type Method Description JSONWebKeyKeySelectionStrategy. select(java.util.List<JSONWebKey> list)voidJSONWebKeySet. setKeys(java.util.List<JSONWebKey> keys) -
Uses of JSONWebKey in io.jans.as.model.jwt
Methods in io.jans.as.model.jwt that return JSONWebKey Modifier and Type Method Description JSONWebKeyDPoP. getJwk()Returns the public key chosen by the client, in JWK format.Methods in io.jans.as.model.jwt with parameters of type JSONWebKey Modifier and Type Method Description voidDPoP. setJwk(JSONWebKey jwk)Sets the public key chosen by the client, in JWK format.Constructors in io.jans.as.model.jwt with parameters of type JSONWebKey Constructor Description DPoP(AsymmetricSignatureAlgorithm asymmetricSignatureAlgorithm, JSONWebKey jwk, java.lang.String jti, java.lang.String htm, java.lang.String htu, java.lang.String keyId, AbstractCryptoProvider cryptoProvider)
-