Uses of Class
com.nimbusds.jose.proc.JWSAlgorithmFamilyJWSKeySelector
Packages that use JWSAlgorithmFamilyJWSKeySelector
Package
Description
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
-
Uses of JWSAlgorithmFamilyJWSKeySelector in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc that return JWSAlgorithmFamilyJWSKeySelectorModifier and TypeMethodDescriptionstatic <C extends SecurityContext>
JWSAlgorithmFamilyJWSKeySelector<C>JWSAlgorithmFamilyJWSKeySelector.fromJWKSetURL(URL jwkSetURL) Queries the given JWK SetURLfor keys, creating aJWSAlgorithmFamilyJWSKeySelectorbased on the RSA or EC key type, whichever comes back first.static <C extends SecurityContext>
JWSAlgorithmFamilyJWSKeySelector<C>JWSAlgorithmFamilyJWSKeySelector.fromJWKSource(JWKSource<C> jwkSource) Queries the givenJWKSourcefor keys, creating aJWSAlgorithmFamilyJWSKeySelectorbased on the RSA or EC key type, whichever comes back first.