| Package | Description |
|---|---|
| org.rootservices.jwt.factory | |
| org.rootservices.jwt.serializer | |
| org.rootservices.jwt.signature.signer | |
| org.rootservices.jwt.signature.verifier |
| Modifier and Type | Method and Description |
|---|---|
JsonWebToken |
UnSecureJwtFactory.makeJwt(Claims claimNames) |
JsonWebToken |
SecureJwtFactory.makeJwt(Claims claimNames) |
| Modifier and Type | Method and Description |
|---|---|
JsonWebToken |
JWTSerializer.stringToJwt(String jwtAsText,
Class claimClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
JWTSerializer.jwtToString(JsonWebToken jwt) |
| Modifier and Type | Method and Description |
|---|---|
String |
Signer.run(JsonWebToken jwt) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
VerifySignature.run(JsonWebToken token) |
boolean |
VerifyRsaSignature.run(JsonWebToken token) |
boolean |
VerifyMacSignature.run(JsonWebToken token) |
Copyright © 2017. All rights reserved.