|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Algorithm in com.auth0.jwt |
---|
Methods in com.auth0.jwt that return Algorithm | |
---|---|
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. |
Methods in com.auth0.jwt with parameters of type Algorithm | |
---|---|
JWTSigner.Options |
JWTSigner.Options.setAlgorithm(Algorithm algorithm)
Algorithm to sign JWT with. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |