See: Description
| Interface | Description |
|---|---|
| ConfigurableJOSEProcessor<C extends SecurityContext> | |
| JOSEProcessor<C extends SecurityContext> | |
| JOSEProcessorConfiguration<C extends SecurityContext> |
JOSE processor configuration.
|
| 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 |
|---|---|
| DefaultJOSEProcessor<C extends SecurityContext> | |
| 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.