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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract JwtHeader |
JwtHeaderBuilder.build()
Creates a JwtHeader instance from the header parameters set in this builder.
|
protected JwtHeader |
JweHeaderBuilder.build()
Creates a JweHeader instance from the header parameters set in this builder.
|
Modifier and Type | Class and Description |
---|---|
class |
JweHeader
An implementation for the JWE Header parameters.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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.
|
Copyright 2010-2022 ForgeRock AS.