Package com.auth0.jwt.interfaces


package com.auth0.jwt.interfaces
  • Interfaces
    Class
    Description
    The Claim class holds the value in a generic way so that it can be recovered in many representations.
    Class that represents a Json Web Token that was decoded from it's string representation.
    Elliptic Curve (EC) Public/Private Key provider.
    The Header class represents the 1st part of the JWT, where the Header value is held.
    The JWTPartsParser class defines which parts of the JWT should be converted to its specific Object representation instance.
    Used to verify the JWT for its signature and claims.
    The Payload class represents the 2nd part of the JWT, where the Payload value is held.
    RSA Public/Private Key provider.
    Constructs and holds the checks required for a JWT to be considered valid.