Interface | Description |
---|---|
Assertions |
A specification of assertions for JWT claims.
|
Assertions.Builder |
A builder that constructs assertions for claims.
|
Claims |
An immutable value type representing a map of named values for a JWT payload.
|
Claims.Builder | |
JWE |
A JSON Web Encryption operator.
|
JWE.Builder |
A builder that produces a JWE operator.
|
JWS |
A JSON Web Signature operator.
|
JWS.Builder |
A builder for a JSON Web Signature operator.
|
JWTGenerator |
A generator that produces JSON Web Token (JWT) objects.
|
JWTGenerator.Builder | |
JWTProvider |
A JWT provider.
|
JWTValidator |
A validator for JSON Web Token (JWT) inputs.
|
JWTValidator.Builder |
A builder that produces validator instances.
|
KeyProvider |
A provider for keys used in signature and encipherment operations.
|
Class | Description |
---|---|
BiPredicateAssertions |
An
Assertions implementation that evaluates a list of
BiPredicate lambdas. |
BiPredicateAssertions.Builder | |
JWTProviderLocator |
A locator for a
JWTProvider . |
KeyProvider.Tuple |
A tuple containing a key and its (optional) corresponding ID.
|
SingletonKeyProvider |
A
KeyProvider that holds a single key. |
Enum | Description |
---|---|
JWE.CompressionAlgorithm |
JWE content compression algorithms
|
JWE.ContentEncryptionAlgorithm |
JWE content encryption algorithms.
|
JWE.KeyManagementAlgorithm |
JWE key management algorithms.
|
JWS.Algorithm |
An enumeration of standard algorithms for signatures
|
Copyright © 2019. All rights reserved.