Package | Description |
---|---|
com.nimbusds.jose.proc |
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
|
Modifier and Type | Method and Description |
---|---|
static <C extends SecurityContext> |
JWSAlgorithmFamilyJWSKeySelector.fromJWKSetURL(URL jwkSetURL)
Queries the given JWK Set
URL for keys, creating a
JWSAlgorithmFamilyJWSKeySelector based on the RSA or EC key
type, whichever comes back first. |
static <C extends SecurityContext> |
JWSAlgorithmFamilyJWSKeySelector.fromJWKSource(JWKSource<C> jwkSource)
Queries the given
JWKSource for keys, creating a
JWSAlgorithmFamilyJWSKeySelector based on the RSA or EC key
type, whichever comes back first. |
Copyright © 2021 Connect2id Ltd.. All rights reserved.