Uses of Package
com.auth0.jwt.interfaces

Packages that use com.auth0.jwt.interfaces
  • Class
    Description
    The Claim class holds the value in a generic way so that it can be recovered in many representations.
    The Clock class is used to wrap calls to Date class.
    Class that represents a Json Web Token that was decoded from it's string representation.
    The Header class represents the 1st part of the JWT, where the Header value is hold.
     
    The Payload class represents the 2nd part of the JWT, where the Payload value is hold.
     
  • Class
    Description
    Class that represents a Json Web Token that was decoded from it's string representation.
    Elliptic Curve (EC) Public/Private Key provider.
    RSA Public/Private Key provider.
  • Class
    Description
    The Claim class holds the value in a generic way so that it can be recovered in many representations.
    The Header class represents the 1st part of the JWT, where the Header value is hold.
    The JWTPartsParser class defines which parts of the JWT should be converted to it's specific Object representation instance.
    The Payload class represents the 2nd part of the JWT, where the Payload value is hold.
  • 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.
    The Header class represents the 1st part of the JWT, where the Header value is hold.
    Generic Public/Private Key provider.
    The Payload class represents the 2nd part of the JWT, where the Payload value is hold.