Uses of Class
com.nimbusds.jose.jwk.JWKMatcher
-
Packages that use JWKMatcher Package Description com.nimbusds.jose.jwk JSON Web Key (JWK) classes.com.nimbusds.jose.jwk.source JSON Web Key (JWK) sourcing interface and utilities.com.nimbusds.jose.proc 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 JWKMatcher Modifier and Type Method Description JWKMatcherJWKMatcher.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.JWKMatcherJWKSelector. getMatcher()Returns the JWK matcher.Constructors in com.nimbusds.jose.jwk with parameters of type JWKMatcher Constructor Description 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 JWKMatcher Modifier and Type Method Description protected static StringRemoteJWKSet. getFirstSpecifiedKeyID(JWKMatcher jwkMatcher)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 JWKMatcher Modifier and Type Method Description protected 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.
-