Package | Description |
---|---|
com.nimbusds.jose.proc |
Secure and robust framework for application-specific processing of JOSE
objects (with arbitrary payloads).
|
com.nimbusds.jwt.proc |
Secure and robust framework for application-specific processing of JSON Web
Tokens (JWTs).
|
Modifier and Type | Class and Description |
---|---|
class |
BaseJOSEProcessor<C extends SecurityContext>
Base abstract processor of received
JOSEObject s. |
class |
DefaultJOSEProcessor<C extends SecurityContext>
Default processor of received
JOSEObject s. |
interface |
JOSEProcessor<T,C extends SecurityContext>
|
interface |
JWEKeySelector<C extends SecurityContext>
Interface for selecting key candidates for decrypting a JSON Web Encryption
(JWE) object.
|
interface |
JWSKeySelector<C extends SecurityContext>
Interface for selecting key candidates for verifying a JSON Web Signature
(JWS) object.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleSecurityContext
Simple map-based security context.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJWTProcessor<C extends SecurityContext>
Default processor of received
JSON Web Token s. |
interface |
JWTProcessor<T,C extends SecurityContext>
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.