Uses of Class
org.forgerock.json.jose.jwt.JWObject
Packages that use JWObject
Package
Description
Classes and interfaces for JWT encryption and JWEs.
Classes and interfaces for creating and manipulating JWKs.
Classes and interfaces for JWT signing and JWS'.
Classes and interfaces for JWTs.
-
Uses of JWObject in org.forgerock.json.jose.jwe
Subclasses of JWObject in org.forgerock.json.jose.jweModifier and TypeClassDescriptionclass
An implementation for the JWE Header parameters. -
Uses of JWObject in org.forgerock.json.jose.jwk
Subclasses of JWObject in org.forgerock.json.jose.jwk -
Uses of JWObject in org.forgerock.json.jose.jws
Subclasses of JWObject in org.forgerock.json.jose.jwsModifier and TypeClassDescriptionclass
An implementation for the JWS Header parameters.class
A base implementation for the common security header parameters shared by the JWS and JWE headers. -
Uses of JWObject in org.forgerock.json.jose.jwt
Subclasses of JWObject in org.forgerock.json.jose.jwtModifier and TypeClassDescriptionclass
An implementation that holds a JWT's Claims Set.class
A base implementation class for JWT Headers.