Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Field and Description |
---|---|
static CompressionCodec |
CompressionCodecs.DEFLATE
Deprecated.
in favor of
Jwts.ZIP.DEF . |
static CompressionCodec |
CompressionCodecs.GZIP
Deprecated.
in favor of
Jwts.ZIP.GZIP |
Modifier and Type | Method and Description |
---|---|
CompressionCodec |
CompressionCodecResolver.resolveCompressionCodec(Header header)
Deprecated.
Looks for a JWT
zip header, and if found, returns the corresponding CompressionCodec the parser
can use to decompress the JWT body. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.