| Package | Description |
|---|---|
| bluecrystal.service.jwt | |
| bluecrystal.service.service |
| Modifier and Type | Method and Description |
|---|---|
Claim |
JwtService.verify(String token,
Credential credential) |
| Modifier and Type | Method and Description |
|---|---|
String |
JwtService.preSign(Claim claim,
Credential credential) |
String |
JwtService.sign(Claim claim,
Credential credential) |
byte[] |
JwtService.sign(Claim claim,
Credential credential,
String preSign) |
| Modifier and Type | Method and Description |
|---|---|
Claim |
ServiceFacade.verify(Credential credential,
String token) |
| Modifier and Type | Method and Description |
|---|---|
String |
ServiceFacade.preSign(Claim claim,
Credential credential) |
String |
ServiceFacade.sign(Claim claim,
Credential credential) |
Copyright © 2020. All rights reserved.