Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Field | Description |
---|---|---|
static CompressionCodec |
CompressionCodecs.DEFLATE |
|
static CompressionCodec |
CompressionCodecs.GZIP |
Codec implementing the gzip compression algorithm.
|
Modifier and Type | Method | Description |
---|---|---|
CompressionCodec |
CompressionCodecResolver.resolveCompressionCodec(Header header) |
Looks for a JWT
zip header, and if found, returns the corresponding CompressionCodec the parser
can use to decompress the JWT body. |
Modifier and Type | Method | Description |
---|---|---|
JwtBuilder |
JwtBuilder.compressWith(CompressionCodec codec) |
Compresses the JWT body using the specified
CompressionCodec . |
Copyright © 2019. All rights reserved.