Class JWT


  • public class JWT
    extends Object
    This class contains constants used in the JWT implementation.
    • Method Detail

      • getHeader

        public Header getHeader()
        Get the JWT Header as defined in the 6.1 section of the JWT specification.
        Returns:
        the JWT Header.
      • getClaimsSet

        public ClaimsSet getClaimsSet()
        Get the JWT Claims Set as defined in the 6.1 section of the JWT specification.
        Returns:
        the JWT Claims Set
      • getSignature

        public String getSignature()
        Get the JWT Signature.
        Returns:
        the JWT Signature.
      • getRawString

        public String getRawString()
        Get the JWT raw string.
        Returns:
        the JWT raw string