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 TypeClassDescriptionclassA JWE implementation of theJwtinterface.classA 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 TypeClassDescriptionclassAn implementation of a JWS with a nested JWE as its payload.classDeprecated.classA JWS implementation of theJwtinterface.Methods in org.forgerock.json.jose.jws that return PayloadModifier and TypeMethodDescriptionprotected PayloadSignedJwt.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 PayloadModifierConstructorDescriptionprotectedConstructs a reconstructed SignedJwt from its constituent parts, the JwsHeader, nested Encrypted JWT, signing input and signature.protectedSignedJwt(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 TypeClassDescriptionclassAn implementation that holds a JWT's Claims Set.Methods in org.forgerock.json.jose.jwt that return Payload
EncryptedThenSignedJwtinstead.