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 RSAKeyFactory
RSAKeyFactory. 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 JSONWebKey
JSONWebKey. fromJSONObject(org.json.JSONObject jwkJSONObject)
JSONWebKey
JSONWebKeySet. getKey(java.lang.String keyId)
JSONWebKey
KeySelectionStrategy. 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 JSONWebKey
KeySelectionStrategy. select(java.util.List<JSONWebKey> list)
void
JSONWebKeySet. 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 JSONWebKey
DPoP. 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 void
DPoP. 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)
-