public interface JWKSource<C extends SecurityContext>
| Modifier and Type | Method and Description |
|---|---|
List<JWK> |
get(JWKSelector jwkSelector,
C context)
Retrieves a list of JWKs matching the specified selector.
|
List<JWK> get(JWKSelector jwkSelector, C context) throws KeySourceException
jwkSelector - A JWK selector. Must not be null.context - Optional context, null if not required.KeySourceException - If key sourcing failed.Copyright © 2020 Connect2id Ltd.. All rights reserved.