Uses of Interface
org.forgerock.json.jose.jwt.Jwt
Packages that use Jwt
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
Common classes and interfaces for all types of JWTs.
Classes and interfaces for JWT encryption and JWEs.
Classes and interfaces for JWT signing and JWS'.
-
Uses of Jwt in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders with type parameters of type JwtModifier and TypeMethodDescription<T extends Jwt>
TJwtBuilderFactory.reconstruct
(String jwtString, Class<T> jwtClass) Reconstructs the given JWT string into a JWT object of the specified type.Methods in org.forgerock.json.jose.builders that return Jwt -
Uses of Jwt in org.forgerock.json.jose.common
Methods in org.forgerock.json.jose.common with type parameters of type JwtModifier and TypeMethodDescription<T extends Jwt>
TJwtReconstruction.reconstructJwt
(String jwtString, Class<T> jwtClass) Reconstructs the given JWT string into a JWT object of the specified type. -
Uses of Jwt in org.forgerock.json.jose.jwe
Classes in org.forgerock.json.jose.jwe that implement JwtModifier and TypeClassDescriptionclass
A JWE implementation of the Jwt interface.class
A nested signed-then-encrypted JWT. -
Uses of Jwt in org.forgerock.json.jose.jws
Classes in org.forgerock.json.jose.jws that implement JwtModifier and TypeClassDescriptionclass
An implementation of a JWS with a nested JWE as its payload.class
Deprecated.class
A JWS implementation of the Jwt interface.
EncryptedThenSignedJwt
instead.