Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
CompressionCodec.compress(byte[] payload) |
Compresses the specified byte array according to the compression
algorithm . |
byte[] |
CompressionCodec.decompress(byte[] compressed) |
Decompresses the specified compressed byte array according to the compression
algorithm . |
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. |
Copyright © 2019. All rights reserved.