Uses of Class
org.jose4j.jws.JsonWebSignature
Packages that use JsonWebSignature
-
Uses of JsonWebSignature in org.jose4j.jwk
Methods in org.jose4j.jwk with parameters of type JsonWebSignatureModifier and TypeMethodDescriptionVerificationJwkSelector.select(JsonWebSignature jws, Collection<JsonWebKey> keys) VerificationJwkSelector.selectList(JsonWebSignature jws, Collection<JsonWebKey> keys) VerificationJwkSelector.selectWithVerifySignatureDisambiguate(JsonWebSignature jws, Collection<JsonWebKey> keys) -
Uses of JsonWebSignature in org.jose4j.jwt.consumer
Methods in org.jose4j.jwt.consumer with parameters of type JsonWebSignatureModifier and TypeMethodDescriptionvoidJwsCustomizer.customize(JsonWebSignature jws, List<JsonWebStructure> nestingContext) Customize the JsonWebSignatureConstructors in org.jose4j.jwt.consumer with parameters of type JsonWebSignatureModifierConstructorDescriptionInvalidJwtSignatureException(JsonWebSignature jws, JwtContext jwtContext) -
Uses of JsonWebSignature in org.jose4j.keys.resolvers
Methods in org.jose4j.keys.resolvers with parameters of type JsonWebSignatureModifier and TypeMethodDescriptionEmbeddedJwkVerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) HttpsJwksVerificationKeyResolver.resolveKey(JsonWebSignature jws, 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) protected JsonWebKeyHttpsJwksVerificationKeyResolver.select(JsonWebSignature jws, List<JsonWebKey> jsonWebKeys)