public class JWKSecurityContextJWKSet extends Object implements JWKSource<JWKSecurityContext>
JWKSource backed by keys found in the JWKSecurityContext.| Constructor and Description |
|---|
JWKSecurityContextJWKSet() |
| Modifier and Type | Method and Description |
|---|---|
List<JWK> |
get(JWKSelector jwkSelector,
JWKSecurityContext context)
Retrieves a list of JWKs matching the specified selector.
|
public JWKSecurityContextJWKSet()
public List<JWK> get(JWKSelector jwkSelector, JWKSecurityContext context) throws KeySourceException
get in interface JWKSource<JWKSecurityContext>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.