Uses of Class
com.bastiaanjansen.jwt.Header
-
Packages that use Header Package Description com.bastiaanjansen.jwt -
-
Uses of Header in com.bastiaanjansen.jwt
Methods in com.bastiaanjansen.jwt that return Header Modifier and Type Method Description static HeaderHeader. fromBase64EncodedJSON(String encodedJSON)HeaderJWT. getHeader()Methods in com.bastiaanjansen.jwt with parameters of type Header Modifier and Type Method Description JWT.BuilderJWT.Builder. withHeader(Header header)Set the header.Constructors in com.bastiaanjansen.jwt with parameters of type Header Constructor Description JWT(Algorithm algorithm, Header header, Payload payload)
-