Package org.forgerock.json.jose.common
Common classes and interfaces for all types of JWTs.
-
Class Summary Class Description JwtReconstruction A service that provides a method for reconstruct a JWT string back into its relevant JWT object, (SignedJwt
,EncryptedJwt
,SignedThenEncryptedJwt
,EncryptedThenSignedJwt
).