Uses of Class
org.forgerock.json.jose.jwt.JwtHeader
-
Packages that use JwtHeader Package Description org.forgerock.json.jose.builders Classes and interfaces for builder to build JWTs using a fluent API.org.forgerock.json.jose.jwe Classes and interfaces for JWT encryption and JWEs.org.forgerock.json.jose.jws Classes and interfaces for JWT signing and JWS'.org.forgerock.json.jose.jwt Classes and interfaces for JWTs. -
-
Uses of JwtHeader in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders that return JwtHeader Modifier and Type Method Description protected JwtHeader
JweHeaderBuilder. build()
Creates a JweHeader instance from the header parameters set in this builder.protected abstract JwtHeader
JwtHeaderBuilder. build()
Creates a JwtHeader instance from the header parameters set in this builder. -
Uses of JwtHeader in org.forgerock.json.jose.jwe
Subclasses of JwtHeader in org.forgerock.json.jose.jwe Modifier and Type Class Description class
JweHeader
An implementation for the JWE Header parameters. -
Uses of JwtHeader in org.forgerock.json.jose.jws
Subclasses of JwtHeader in org.forgerock.json.jose.jws Modifier and Type Class Description class
JwsHeader
An implementation for the JWS Header parameters.class
JwtSecureHeader
A base implementation for the common security header parameters shared by the JWS and JWE headers. -
Uses of JwtHeader in org.forgerock.json.jose.jwt
Methods in org.forgerock.json.jose.jwt that return JwtHeader Modifier and Type Method Description JwtHeader
Jwt. getHeader()
Gets the header object for the JWT, which contains properties which describe the cryptographic operations applied to the JWT, among other properties.
-