Package | Description |
---|---|
org.soulwing.jwt.api |
Modifier and Type | Method and Description |
---|---|
static JWE.CompressionAlgorithm |
JWE.CompressionAlgorithm.of(String token) |
static JWE.CompressionAlgorithm |
JWE.CompressionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JWE.CompressionAlgorithm[] |
JWE.CompressionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JWE.Builder |
JWE.Builder.compressionAlgorithm(JWE.CompressionAlgorithm algorithm)
Sets the compression algorithm.
|
Copyright © 2019. All rights reserved.