Package org.forgerock.json.jose.jwe.handlers.compression
Compression Handler classes for each possible compression algorithm.
-
Interface Summary Interface Description CompressionHandler The interface for CompressionHandlers for all the different compression algorithms. -
Class Summary Class Description DeflateCompressionHandler An implementation of the CompressionHandler for DEFLATE Compressed Data Format Specification.NOPCompressionHandler A NOP implementation of the Compression Handler, which will be used when no compression is to be applied.