Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Field and Description |
---|---|
static CompressionCodec |
CompressionCodecs.DEFLATE
|
static CompressionCodec |
CompressionCodecs.GZIP
Codec implementing the gzip compression algorithm.
|
Modifier and Type | Method and 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 and Description |
---|---|
JwtBuilder |
JwtBuilder.compressWith(CompressionCodec codec)
Compresses the JWT body using the specified
CompressionCodec . |
Copyright © 2014–2020 jsonwebtoken.io. All rights reserved.