Uses of Class
com.nimbusds.jose.proc.JWSAlgorithmFamilyJWSKeySelector
-
Packages that use JWSAlgorithmFamilyJWSKeySelector Package Description com.nimbusds.jose.proc 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 JWSAlgorithmFamilyJWSKeySelector Modifier and Type Method Description static <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.
-