Package org.forgerock.json.jose.jwt


package org.forgerock.json.jose.jwt
Classes and interfaces for JWTs.
  • Class
    Description
    The interface for each possible algorithm that can be used to sign and/or encrypt a JWT.
    A base implementation class for a JSON Web object.
    The interface for all types of JSON Web Tokens (JWTs).
    An implementation that holds a JWT's Claims Set.
    An Enum for the JWT Claims Set names.
    A base implementation class for JWT Headers.
    An Enum for the JWT Header parameter names.
    An Enum for the possible types of JWTs.
    The interface represents the body of a JWT.