| 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 |
|---|---|
JWEKeySelector<C> |
JOSEProcessorConfiguration.getJWEKeySelector()
Gets the JWE key selector.
|
JWEKeySelector<C> |
DefaultJOSEProcessor.getJWEKeySelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
JOSEProcessorConfiguration.setJWEKeySelector(JWEKeySelector<C> jweKeySelector)
Sets the JWE key selector.
|
void |
DefaultJOSEProcessor.setJWEKeySelector(JWEKeySelector<C> jweKeySelector) |
| Modifier and Type | Method and Description |
|---|---|
JWEKeySelector<C> |
DefaultJWTProcessor.getJWEKeySelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJWTProcessor.setJWEKeySelector(JWEKeySelector<C> jweKeySelector) |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.