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