Uses of Class
org.jose4j.lang.UnresolvableKeyException
Packages that use UnresolvableKeyException
-
Uses of UnresolvableKeyException in org.jose4j.keys.resolvers
Methods in org.jose4j.keys.resolvers that throw UnresolvableKeyExceptionModifier and TypeMethodDescriptionDecryptionKeyResolver.resolveKey(JsonWebEncryption jwe, List<JsonWebStructure> nestingContext) Choose the key to be used for decryption on the given JWE.EmbeddedJwkVerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) HttpsJwksVerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) JwksDecryptionKeyResolver.resolveKey(JsonWebEncryption jwe, List<JsonWebStructure> nestingContext) JwksVerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) VerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) Choose the key to be used for signature verification on the given JWS.X509VerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext)