| Package | Description |
|---|---|
| com.nimbusds.jose.proc |
Secure framework for application-specific processing of JOSE objects (with
arbitrary payloads).
|
| com.nimbusds.jwt.proc |
Secure framework for application-specific processing of JSON Web Tokens
(JWTs).
|
| Modifier and Type | Method and Description |
|---|---|
JWSKeySelector<C> |
JOSEProcessorConfiguration.getJWSKeySelector()
Gets the JWS key selector.
|
JWSKeySelector<C> |
DefaultJOSEProcessor.getJWSKeySelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
JOSEProcessorConfiguration.setJWSKeySelector(JWSKeySelector<C> jwsKeySelector)
Sets the JWS key selector.
|
void |
DefaultJOSEProcessor.setJWSKeySelector(JWSKeySelector<C> jwsKeySelector) |
| Modifier and Type | Method and Description |
|---|---|
JWSKeySelector<C> |
DefaultJWTProcessor.getJWSKeySelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJWTProcessor.setJWSKeySelector(JWSKeySelector<C> jwsKeySelector) |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.