Package | Description |
---|---|
com.nimbusds.jose.jwk.source |
Interface and utilities for sourcing JSON Web Keys (JWKs).
|
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 |
ImmutableJWKSet<C extends SecurityContext>
JSON Web Key (JWK) source backed by an immutable JWK set.
|
class |
ImmutableSecret<C extends SecurityContext>
JSON Web Key (JWK) source backed by an immutable secret.
|
interface |
JWKSource<C extends SecurityContext>
JSON Web Key (JWK) source.
|
class |
RemoteJWKSet<C extends SecurityContext>
Remote JSON Web Key (JWK) source specified by a JWK set URL.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableJOSEProcessor<C extends SecurityContext>
|
class |
DefaultJOSEProcessor<C extends SecurityContext>
|
interface |
JOSEProcessor<C extends SecurityContext>
|
interface |
JOSEProcessorConfiguration<C extends SecurityContext>
JOSE processor configuration.
|
class |
JWEDecryptionKeySelector<C extends SecurityContext>
Key selector for decrypting JWE objects, where the key candidates are
retrieved from a
JSON Web Key (JWK) source . |
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.
|
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 | Class and Description |
---|---|
class |
SimpleSecurityContext
Simple map-based security context.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableJWTProcessor<C extends SecurityContext>
|
class |
DefaultJWTClaimsVerifier<C extends SecurityContext>
Default JWT claims verifier.
|
class |
DefaultJWTProcessor<C extends SecurityContext>
|
interface |
JWTClaimsSetVerifier<C extends SecurityContext>
JWT claims set verifier.
|
interface |
JWTProcessor<C extends SecurityContext>
|
interface |
JWTProcessorConfiguration<C extends SecurityContext>
JWT processor configuration.
|
Copyright © 2017 Connect2id Ltd.. All rights reserved.