Uses of Interface
org.forgerock.json.jose.jwt.Payload
Packages that use Payload
Package
Description
Classes and interfaces for JWT encryption and JWEs.
Classes and interfaces for JWT signing and JWS'.
Classes and interfaces for JWTs.
-
Uses of Payload in org.forgerock.json.jose.jwe
Classes in org.forgerock.json.jose.jwe that implement PayloadModifier and TypeClassDescriptionclass
A JWE implementation of theJwt
interface.class
A nested signed-then-encrypted JWT. -
Uses of Payload in org.forgerock.json.jose.jws
Classes in org.forgerock.json.jose.jws that implement PayloadModifier and TypeClassDescriptionclass
An implementation of a JWS with a nested JWE as its payload.class
Deprecated.class
A JWS implementation of theJwt
interface.Methods in org.forgerock.json.jose.jws that return PayloadModifier and TypeMethodDescriptionprotected Payload
SignedJwt.getPayload()
Gets the payload for the JWS, which will either be a JWT Claims Set,SignedJwt.getClaimsSet()
, or a nested EncryptedJwt,EncryptedJwt
.Constructors in org.forgerock.json.jose.jws with parameters of type PayloadModifierConstructorDescriptionprotected
Constructs a reconstructed SignedJwt from its constituent parts, the JwsHeader, nested Encrypted JWT, signing input and signature.protected
SignedJwt
(JwsHeader header, Payload nestedPayload, SigningHandler signingHandler) Constructs a fresh, new SignedJwt from the given JwsHeader and nested Encrypted JWT. -
Uses of Payload in org.forgerock.json.jose.jwt
Classes in org.forgerock.json.jose.jwt that implement PayloadModifier and TypeClassDescriptionclass
An implementation that holds a JWT's Claims Set.Methods in org.forgerock.json.jose.jwt that return Payload
EncryptedThenSignedJwt
instead.