Package | Description |
---|---|
org.forgerock.json.jose.jwe | |
org.forgerock.json.jose.jwe.handlers.compression |
Modifier and Type | Method and Description |
---|---|
CompressionHandler |
CompressionManager.getCompressionHandler(CompressionAlgorithm algorithm)
Gets the appropriate CompressionHandler that can perform the required compression using the given
compression algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
DeflateCompressionHandler
An implementation of the CompressionHandler for DEFLATE Compressed Data Format Specification.
|
class |
NOPCompressionHandler
A NOP implementation of the Compression Handler, which will be used when no compression is to be
applied.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.