Package | Description |
---|---|
com.nimbusds.jose.proc |
Secure framework for application-specific verification and decryption of
JOSE objects (with arbitrary payloads).
|
com.nimbusds.jwt.proc |
Secure framework for application-specific verification and decryption of
JSON Web Tokens (JWTs).
|
Modifier and Type | Class and Description |
---|---|
class |
JWEDecryptionKeySelector<C extends SecurityContext>
Key selector for decrypting JWE objects, where the key candidates are
retrieved from a
JSON Web Key (JWK) source . |
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 © 2017 Connect2id Ltd.. All rights reserved.