Class JwtElement


  • public final class JwtElement
    extends Object
    A class representing the different fields of a jwt token
    Author:
    pratapi.patel
    • Constructor Detail

      • JwtElement

        public JwtElement​(byte[] headers,
                          byte[] claims,
                          byte[] crypto)
    • Method Detail

      • headers

        public byte[] headers()
      • claims

        public byte[] claims()
      • crypto

        public byte[] crypto()
      • signingInput

        public byte[] signingInput()