@Deprecated public interface JWKSource
| Modifier and Type | Method and Description |
|---|---|
List<com.nimbusds.jose.jwk.JWK> |
get(Identifier id,
com.nimbusds.jose.jwk.JWKSelector jwkSelector)
Deprecated.
Retrieves a list of JWKs matching the specified criteria.
|
List<com.nimbusds.jose.jwk.JWK> get(Identifier id, com.nimbusds.jose.jwk.JWKSelector jwkSelector)
id - Identifier of the JWK owner, typically an
Authorisation Server / OpenID Provider issuer ID,
or client ID. Must not be null.jwkSelector - A JWK selector. Must not be null.Copyright © 2017 Connect2id Ltd.. All rights reserved.