Package | Description |
---|---|
org.forgerock.json.jose.builders | |
org.forgerock.json.jose.jwe | |
org.forgerock.json.jose.jws | |
org.forgerock.json.jose.jwt |
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 | Method and Description |
---|---|
JwtHeader |
EncryptedJwt.getHeader() |
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 © 2025 Open Identity Platform Community. All rights reserved.