| Package | Description |
|---|---|
| bluecrystal.service.jwt |
| Modifier and Type | Field and Description |
|---|---|
protected static AppAlgorithm |
AppJWTSigner.DEFAULT_ALGORITHM |
| Modifier and Type | Method and Description |
|---|---|
static AppAlgorithm |
AppAlgorithm.findByName(String name) |
AppAlgorithm |
CredentialJHmac.getAlgorithn() |
AppAlgorithm |
Credential.getAlgorithn() |
AppAlgorithm |
CredentialPKey.getAlgorithn() |
static AppAlgorithm |
AppAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppAlgorithm[] |
AppAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AppJWTSigner.preSign(Map<String,Object> claims,
AppAlgorithm alg) |
String |
AppJWTSigner.sign(Map<String,Object> claims,
AppAlgorithm algorithm) |
byte[] |
AppJWTSigner.signByAlg(String signingInput,
AppAlgorithm algorithm) |
Copyright © 2020. All rights reserved.