Package com.github.spring.jwt
Class JwtElement
- java.lang.Object
-
- com.github.spring.jwt.JwtElement
-
public final class JwtElement extends Object
A class representing the different fields of a jwt token- Author:
- pratapi.patel
-
-
Constructor Summary
Constructors Constructor Description JwtElement(byte[] headers, byte[] claims, byte[] crypto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
claims()
byte[]
crypto()
byte[]
headers()
byte[]
signingInput()
-