Uses of Package
com.auth0.jwt.interfaces
-
Packages that use com.auth0.jwt.interfaces Package Description com.auth0.jwt com.auth0.jwt.algorithms com.auth0.jwt.exceptions com.auth0.jwt.impl Contains parts of the internal implementation of this library.com.auth0.jwt.interfaces -
Classes in com.auth0.jwt.interfaces used by com.auth0.jwt Class Description Claim The Claim class holds the value in a generic way so that it can be recovered in many representations.DecodedJWT Class that represents a Json Web Token that was decoded from it's string representation.JWTVerifier Used to verify the JWT for its signature and claims.Verification Constructs and holds the checks required for a JWT to be considered valid. -
Classes in com.auth0.jwt.interfaces used by com.auth0.jwt.algorithms Class 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. -
Classes in com.auth0.jwt.interfaces used by com.auth0.jwt.exceptions Class Description Claim The Claim class holds the value in a generic way so that it can be recovered in many representations. -
Classes in com.auth0.jwt.interfaces used by com.auth0.jwt.impl Class Description Claim The Claim class holds the value in a generic way so that it can be recovered in many representations.DecodedJWT Class that represents a Json Web Token that was decoded from it's string representation.Header The Header class represents the 1st part of the JWT, where the Header value is held.JWTPartsParser The JWTPartsParser class defines which parts of the JWT should be converted to its specific Object representation instance.Payload The Payload class represents the 2nd part of the JWT, where the Payload value is held. -
Classes in com.auth0.jwt.interfaces used by com.auth0.jwt.interfaces Class Description Claim The Claim class holds the value in a generic way so that it can be recovered in many representations.DecodedJWT Class that represents a Json Web Token that was decoded from it's string representation.Header The Header class represents the 1st part of the JWT, where the Header value is held.Payload The Payload class represents the 2nd part of the JWT, where the Payload value is held.Verification Constructs and holds the checks required for a JWT to be considered valid.