Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Method and Description |
---|---|
byte[] |
CompressionCodec.compress(byte[] content)
Deprecated.
|
byte[] |
CompressionCodec.decompress(byte[] compressed)
Deprecated.
|
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–2024 jsonwebtoken.io. All rights reserved.