Uses of Class
org.jose4j.jwk.JsonWebKey
Packages that use JsonWebKey
-
Uses of JsonWebKey in org.jose4j.jwk
Subclasses of JsonWebKey in org.jose4j.jwkModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.jose4j.jwk that return JsonWebKeyModifier and TypeMethodDescriptionDecryptionJwkSelector.attemptDecryptDisambiguate(JsonWebEncryption jwe, List<JsonWebKey> jsonWebKeys) JsonWebKeySet.findJsonWebKey(String keyId, String keyType, String use, String algorithm) static JsonWebKeystatic JsonWebKeystatic JsonWebKeyDecryptionJwkSelector.select(JsonWebEncryption jwe, Collection<JsonWebKey> keys) VerificationJwkSelector.select(JsonWebSignature jws, Collection<JsonWebKey> keys) VerificationJwkSelector.selectWithVerifySignatureDisambiguate(JsonWebSignature jws, Collection<JsonWebKey> keys) Methods in org.jose4j.jwk that return types with arguments of type JsonWebKeyModifier and TypeMethodDescriptionSimpleJwkFilter.filter(Collection<JsonWebKey> jsonWebKeys) JsonWebKeySet.findJsonWebKeys(String keyId, String keyType, String use, String algorithm) HttpsJwks.getJsonWebKeys()Gets the JSON Web Keys from the JWKS endpoint location or from local cache, if appropriate.JsonWebKeySet.getJsonWebKeys()DecryptionJwkSelector.selectList(JsonWebEncryption jwe, Collection<JsonWebKey> keys) VerificationJwkSelector.selectList(JsonWebSignature jws, Collection<JsonWebKey> keys) Methods in org.jose4j.jwk with parameters of type JsonWebKeyMethod parameters in org.jose4j.jwk with type arguments of type JsonWebKeyModifier and TypeMethodDescriptionDecryptionJwkSelector.attemptDecryptDisambiguate(JsonWebEncryption jwe, List<JsonWebKey> jsonWebKeys) SimpleJwkFilter.filter(Collection<JsonWebKey> jsonWebKeys) DecryptionJwkSelector.select(JsonWebEncryption jwe, Collection<JsonWebKey> keys) VerificationJwkSelector.select(JsonWebSignature jws, Collection<JsonWebKey> keys) DecryptionJwkSelector.selectList(JsonWebEncryption jwe, Collection<JsonWebKey> keys) VerificationJwkSelector.selectList(JsonWebSignature jws, Collection<JsonWebKey> keys) VerificationJwkSelector.selectWithVerifySignatureDisambiguate(JsonWebSignature jws, Collection<JsonWebKey> keys) Constructors in org.jose4j.jwk with parameters of type JsonWebKeyConstructor parameters in org.jose4j.jwk with type arguments of type JsonWebKey -
Uses of JsonWebKey in org.jose4j.jwx
Methods in org.jose4j.jwx that return JsonWebKeyMethods in org.jose4j.jwx with parameters of type JsonWebKey -
Uses of JsonWebKey in org.jose4j.keys.resolvers
Methods in org.jose4j.keys.resolvers that return JsonWebKeyModifier and TypeMethodDescriptionprotected JsonWebKeyHttpsJwksVerificationKeyResolver.select(JsonWebSignature jws, List<JsonWebKey> jsonWebKeys) Method parameters in org.jose4j.keys.resolvers with type arguments of type JsonWebKeyModifier and TypeMethodDescriptionprotected JsonWebKeyHttpsJwksVerificationKeyResolver.select(JsonWebSignature jws, List<JsonWebKey> jsonWebKeys) Constructor parameters in org.jose4j.keys.resolvers with type arguments of type JsonWebKeyModifierConstructorDescriptionJwksDecryptionKeyResolver(List<JsonWebKey> jsonWebKeys) JwksVerificationKeyResolver(List<JsonWebKey> jsonWebKeys)
Headers.getPublicJwkHeaderValue(java.lang.String, java.lang.String)instead.