Package | Description |
---|---|
org.forgerock.json.jose.builders |
Classes and interfaces for builder to build JWTs using a fluent API.
|
org.forgerock.json.jose.jwe |
Classes and interfaces for JWT encryption and JWEs.
|
Modifier and Type | Method and Description |
---|---|
JweHeaderBuilder |
JweHeaderBuilder.zip(CompressionAlgorithm zip)
Sets the Compression Algorithm header parameter for this JWE.
|
Modifier and Type | Method and Description |
---|---|
CompressionAlgorithm |
JweHeader.getCompressionAlgorithm()
Gets the Compression Algorithm header parameter for this JWE.
|
static CompressionAlgorithm |
CompressionAlgorithm.parseAlgorithm(String algorithm)
Parses the given algorithm string to find the matching CompressionAlgorithm enum constant.
|
static CompressionAlgorithm |
CompressionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionAlgorithm[] |
CompressionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
void |
JweHeader.setCompressionAlgorithm(CompressionAlgorithm compressionAlgorithm)
Sets the Compression Algorithm header parameter for this JWE.
|
Copyright 2011-2015 ForgeRock AS.