Uses of Class
org.forgerock.json.jose.jwe.EncryptedJwt
Packages that use EncryptedJwt
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
Classes and interfaces for JWT encryption and JWEs.
Classes and interfaces for JWT signing and JWS'.
-
Uses of EncryptedJwt in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders that return EncryptedJwt -
Uses of EncryptedJwt in org.forgerock.json.jose.jwe
Subclasses of EncryptedJwt in org.forgerock.json.jose.jweModifier and TypeClassDescriptionclass
A nested signed-then-encrypted JWT. -
Uses of EncryptedJwt in org.forgerock.json.jose.jws
Constructors in org.forgerock.json.jose.jws with parameters of type EncryptedJwtModifierConstructorDescriptionEncryptedThenSignedJwt
(JwsHeader header, EncryptedJwt nestedJwe, byte[] signingInput, byte[] signature) Constructs a reconstructed SignedEncryptedJwt from its constituent parts, the JwsHeader, nested Encrypted JWT, signing input and signature.EncryptedThenSignedJwt
(JwsHeader header, EncryptedJwt nestedJwe, SigningHandler signingHandler) Constructs a fresh, new SignedEncryptedJwt from the given JwsHeader and nested Encrypted JWT.SignedEncryptedJwt
(JwsHeader header, EncryptedJwt nestedJwe, byte[] signingInput, byte[] signature) Deprecated.Constructs a reconstructed SignedEncryptedJwt from its constituent parts, the JwsHeader, nested Encrypted JWT, signing input and signature.SignedEncryptedJwt
(JwsHeader header, EncryptedJwt nestedJwe, SigningHandler signingHandler) Deprecated.Constructs a fresh, new SignedEncryptedJwt from the given JwsHeader and nested Encrypted JWT.