Uses of Interface
com.auth0.jwt.interfaces.Header
Packages that use Header
-
Uses of Header in com.auth0.jwt
Classes in com.auth0.jwt that implement HeaderModifier and TypeClassDescription(package private) final class
The JWTDecoder class holds the decode method to parse a given JWT token into it's JWT representation.Fields in com.auth0.jwt declared as Header -
Uses of Header in com.auth0.jwt.impl
Classes in com.auth0.jwt.impl that implement HeaderModifier and TypeClassDescription(package private) class
The BasicHeader class implements the Header interface.Methods in com.auth0.jwt.impl that return Header -
Uses of Header in com.auth0.jwt.interfaces
Subinterfaces of Header in com.auth0.jwt.interfacesModifier and TypeInterfaceDescriptioninterface
Class that represents a Json Web Token that was decoded from it's string representation.Methods in com.auth0.jwt.interfaces that return HeaderModifier and TypeMethodDescriptionJWTPartsParser.parseHeader
(String json) Parses the given JSON into a Header instance.