Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Method and 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 © 2014–2020 jsonwebtoken.io. All rights reserved.