Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Interface and Description |
---|---|
interface |
CompressionCodec
Deprecated.
since 0.12.0 in favor of
CompressionAlgorithm to equal the RFC name for this concept. |
Modifier and Type | Field and Description |
---|---|
static CompressionAlgorithm |
Jwts.ZIP.DEF
|
static CompressionAlgorithm |
Jwts.ZIP.GZIP
|
Modifier and Type | Method and Description |
---|---|
static Registry<String,CompressionAlgorithm> |
Jwts.ZIP.get()
Returns various useful
Compression Algorithms.
|
NestedCollection<CompressionAlgorithm,JwtParserBuilder> |
JwtParserBuilder.zip()
Configures the parser's supported
CompressionAlgorithm s used to decompress JWT payloads. |
Modifier and Type | Method and Description |
---|---|
JwtBuilder |
JwtBuilder.compressWith(CompressionAlgorithm alg)
Compresses the JWT payload using the specified
CompressionAlgorithm . |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.