Package | Description |
---|---|
org.soulwing.jwt.api |
Modifier and Type | Method and Description |
---|---|
static JWE.KeyManagementAlgorithm |
JWE.KeyManagementAlgorithm.of(String token) |
static JWE.KeyManagementAlgorithm |
JWE.KeyManagementAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JWE.KeyManagementAlgorithm[] |
JWE.KeyManagementAlgorithm.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.keyManagementAlgorithm(JWE.KeyManagementAlgorithm algorithm)
Sets the key management algorithm.
|
Copyright © 2019. All rights reserved.