| Package | Description |
|---|---|
| com.auth0.jwt | |
| com.auth0.jwt.algorithms | |
| com.auth0.jwt.impl | |
| com.auth0.jwt.interfaces |
| Class and Description |
|---|
| Clock
The Clock class is used to wrap calls to Date class.
|
| DecodedJWT
Class that represents a Json Web Token that was decoded from it's string representation.
|
| Verification |
| Class and Description |
|---|
| DecodedJWT
Class that represents a Json Web Token that was decoded from it's string representation.
|
| ECDSAKeyProvider
Elliptic Curve (EC) Public/Private Key provider.
|
| RSAKeyProvider
RSA Public/Private Key provider.
|
| Class and Description |
|---|
| Claim
The Claim class holds the value in a generic way so that it can be recovered in many representations.
|
| Header
The Header class represents the 1st part of the JWT, where the Header value is hold.
|
| JWTPartsParser
The JWTPartsParser class defines which parts of the JWT should be converted to it's specific Object representation instance.
|
| Payload
The Payload class represents the 2nd part of the JWT, where the Payload value is hold.
|
| Class and Description |
|---|
| Claim
The Claim class holds the value in a generic way so that it can be recovered in many representations.
|
| Header
The Header class represents the 1st part of the JWT, where the Header value is hold.
|
| Payload
The Payload class represents the 2nd part of the JWT, where the Payload value is hold.
|
| Verification |
Copyright © 2017. All rights reserved.