Package | Description |
---|---|
org.soulwing.jwt.api | |
org.soulwing.jwt.api.exceptions |
Modifier and Type | Method and Description |
---|---|
static JWS.Algorithm |
JWS.Algorithm.of(String token) |
static JWS.Algorithm |
JWS.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JWS.Algorithm[] |
JWS.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JWS.Builder |
JWS.Builder.algorithm(JWS.Algorithm algorithm)
Sets the algorithm to use for signature generation of validation.
|
Constructor and Description |
---|
InvalidSignatureException(JWS.Algorithm algorithm) |
Copyright © 2019. All rights reserved.