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 |
JWSVerificationKeySelector<C extends SecurityContext>
Key selector for verifying JWS objects, where the key candidates are
retrieved from a
JSON Web Key (JWK) source . |
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 © 2017 Connect2id Ltd.. All rights reserved.