Package | Description |
---|---|
io.jsonwebtoken | |
io.jsonwebtoken.security |
Modifier and Type | Interface and Description |
---|---|
static interface |
ClaimsMutator.AudienceCollection<P>
A
NestedCollection for setting ClaimsMutator.audience() values that also allows overriding the collection
to be a single string value for legacy JWT recipients if necessary. |
Modifier and Type | Method and Description |
---|---|
NestedCollection<String,T> |
ProtectedHeaderMutator.critical()
Configures names of header parameters used by JWT or JWA specification extensions that MUST be
understood and supported by the JWT recipient.
|
NestedCollection<String,JwtParserBuilder> |
JwtParserBuilder.critical()
Configures the
ProtectedHeader parameter names used in JWT extensions supported by the application. |
NestedCollection<AeadAlgorithm,JwtParserBuilder> |
JwtParserBuilder.enc()
Configures the parser's supported
AeadAlgorithm s used to decrypt JWE payloads. |
NestedCollection<KeyAlgorithm<?,?>,JwtParserBuilder> |
JwtParserBuilder.key()
Configures the parser's supported
KeyAlgorithm s used to obtain a JWE's decryption key. |
NestedCollection<SecureDigestAlgorithm<?,?>,JwtParserBuilder> |
JwtParserBuilder.sig()
Configures the parser's supported
SignatureAlgorithm and
MacAlgorithm s used to verify JWS signatures. |
NestedCollection<CompressionAlgorithm,JwtParserBuilder> |
JwtParserBuilder.zip()
Configures the parser's supported
CompressionAlgorithm s used to decompress JWT payloads. |
Modifier and Type | Method and Description |
---|---|
NestedCollection<KeyOperation,T> |
JwkBuilder.operations()
Configures the key operations for which
the key is intended to be used.
|
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.