| Package | Description |
|---|---|
| org.rootservices.jwt.builder | |
| org.rootservices.jwt.serializer | |
| org.rootservices.jwt.signature.signer | |
| org.rootservices.jwt.signature.verifier |
| Modifier and Type | Method and Description |
|---|---|
JsonWebToken |
UnsecureJwtBuilder.build(Claims claimNames) |
JsonWebToken |
SecureJwtBuilder.build(Claims claimNames) |
| Modifier and Type | Method and Description |
|---|---|
JsonWebToken |
JWTSerializerImpl.stringToJwt(String jwtAsText,
Class claimClass) |
JsonWebToken |
JWTSerializer.stringToJwt(String jwt,
Class claimClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
JWTSerializerImpl.jwtToString(JsonWebToken jwt) |
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 © 2015. All rights reserved.