| Modifier and Type | Method and Description |
|---|---|
Algorithm |
JWTSigner.Options.getAlgorithm() |
static Algorithm |
Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JWTSigner.Options |
JWTSigner.Options.setAlgorithm(Algorithm algorithm)
Algorithm to sign JWT with.
|
Copyright © 2014. All Rights Reserved.