Package | Description |
---|---|
org.forgerock.json.jose.jwe |
Classes and interfaces for JWT encryption and JWEs.
|
org.forgerock.json.jose.jwe.handlers.compression |
Compression Handler classes for each possible compression algorithm.
|
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 2011-2017 ForgeRock AS.