| Package | Description |
|---|---|
| com.auth0.jwt |
| Modifier and Type | Field and Description |
|---|---|
protected static Algorithm |
JWTSigner.DEFAULT_ALGORITHM |
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
Algorithm.findByName(String name) |
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 © 2016. All Rights Reserved.