@Immutable public final class JWKSelector extends Object
| Constructor and Description |
|---|
JWKSelector(JWKMatcher matcher)
Creates a new JWK selector (filter).
|
| Modifier and Type | Method and Description |
|---|---|
JWKMatcher |
getMatcher()
Returns the JWK matcher.
|
List<JWK> |
select(JWKSet jwkSet)
Selects the keys from the specified JWK set according to the
matcher's criteria.
|
public JWKSelector(JWKMatcher matcher)
matcher - Specifies the JWK matching criteria. Must not be
null.public JWKMatcher getMatcher()
Copyright © 2017 Connect2id Ltd.. All rights reserved.