See: Description
| Interface | Description |
|---|---|
| JOSEProcessor<T,C extends SecurityContext> | |
| JWEDecrypterFactory |
JSON Web Encryption (JWE) decrypter factory.
|
| JWEKeySelector<C extends SecurityContext> |
Interface for selecting key candidates for decrypting a JSON Web Encryption
(JWE) object.
|
| JWSKeySelector<C extends SecurityContext> |
Interface for selecting key candidates for verifying a JSON Web Signature
(JWS) object.
|
| JWSVerifierFactory |
JSON Web Signature (JWS) verifier factory.
|
| SecurityContext |
Security context.
|
| Class | Description |
|---|---|
| BaseJOSEProcessor<C extends SecurityContext> |
Base abstract processor of received
JOSEObjects. |
| DefaultJOSEProcessor<C extends SecurityContext> |
Default processor of received
JOSEObjects. |
| DefaultJWEDecrypterFactory |
Default JSON Web Encryption (JWE) decrypter factory.
|
| DefaultJWSVerifierFactory |
Default JSON Web Signature (JWS) verifier factory.
|
| JOSEMatcher |
JOSE object / header matcher.
|
| JOSEMatcher.Builder |
Builder for constructing JOSE matchers.
|
| SimpleSecurityContext |
Simple map-based security context.
|
| Exception | Description |
|---|---|
| BadJOSEException |
Bad JSON Object Signing and Encryption (JOSE) exception.
|
| BadJWEException |
Bad JSON Web Encryption (JWE) exception.
|
| BadJWSException |
Bad JSON Web Signature (JWS) exception.
|
com.nimbusds.jwt.proc package.Copyright © 2015 Connect2id Ltd.. All Rights Reserved.