Uses of Class
com.nimbusds.jose.jwk.JWKMatcher
Packages that use JWKMatcher
Package
Description
JSON Web Key (JWK) classes.
JSON Web Key (JWK) sourcing interface and utilities.
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
-
Uses of JWKMatcher in com.nimbusds.jose.jwk
Methods in com.nimbusds.jose.jwk that return JWKMatcherModifier and TypeMethodDescriptionJWKMatcher.Builder.build()Builds a new JWK matcher.static JWKMatcherJWKMatcher.forJWEHeader(JWEHeader jweHeader) Returns aJWKMatcherbased on the givenJWEHeader.static JWKMatcherJWKMatcher.forJWSHeader(JWSHeader jwsHeader) Returns aJWKMatcherbased on the givenJWSHeader.JWKSelector.getMatcher()Returns the JWK matcher.Methods in com.nimbusds.jose.jwk with parameters of type JWKMatcherModifier and TypeMethodDescriptionJWKSet.filter(JWKMatcher jwkMatcher) Filters the keys in this JWK set.Constructors in com.nimbusds.jose.jwk with parameters of type JWKMatcherModifierConstructorDescriptionBuilder(JWKMatcher jwkMatcher) Creates a new builder for constructing JWK matchers using the specified matcher.JWKSelector(JWKMatcher matcher) Creates a new JWK selector (filter). -
Uses of JWKMatcher in com.nimbusds.jose.jwk.source
Methods in com.nimbusds.jose.jwk.source with parameters of type JWKMatcherModifier and TypeMethodDescriptionprotected static StringRemoteJWKSet.getFirstSpecifiedKeyID(JWKMatcher jwkMatcher) Deprecated.Returns the first specified key ID (kid) for a JWK matcher. -
Uses of JWKMatcher in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc that return JWKMatcherModifier and TypeMethodDescriptionprotected JWKMatcherJWEDecryptionKeySelector.createJWKMatcher(JWEHeader jweHeader) Creates a JWK matcher for the expected JWE algorithms and the specified JWE header.protected JWKMatcherJWSVerificationKeySelector.createJWKMatcher(JWSHeader jwsHeader) Creates a JWK matcher for the expected JWS algorithm and the specified JWS header.