| Class | Description |
|---|---|
| AbstractCompressionCodec |
Abstract class that asserts arguments and wraps IOException with CompressionException.
|
| CompressionCodecs | Deprecated
use
CompressionCodecs instead. |
| DefaultCompressionCodecResolver |
Default implementation of
CompressionCodecResolver that supports the following:
If the specified JWT Header does not have a zip header, this implementation does
nothing and returns null to the caller, indicating no compression was used.
If the header has a zip value of DEF, a DeflateCompressionCodec will be returned.
If the header has a zip value of GZIP, a GzipCompressionCodec will be returned.
If the header has any other zip value, a CompressionException is thrown to reflect an
unrecognized algorithm.
|
| DeflateCompressionCodec |
Codec implementing the deflate compression algorithm.
|
| GzipCompressionCodec |
Codec implementing the gzip compression algorithm.
|
Copyright © 2014–2022 jsonwebtoken.io. All rights reserved.