Uses of Class
org.forgerock.json.jose.jws.SignedJwt
-
Packages that use SignedJwt Package Description org.forgerock.json.jose.builders Classes and interfaces for builder to build JWTs using a fluent API.org.forgerock.json.jose.jwe Classes and interfaces for JWT encryption and JWEs.org.forgerock.json.jose.jws Classes and interfaces for JWT signing and JWS'. -
-
Uses of SignedJwt in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders that return SignedJwt Modifier and Type Method Description SignedJwt
EncryptedThenSignedJwtBuilder. asJwt()
SignedJwt
SignedJwtBuilderImpl. asJwt()
-
Uses of SignedJwt in org.forgerock.json.jose.jwe
Methods in org.forgerock.json.jose.jwe that return SignedJwt Modifier and Type Method Description SignedJwt
SignedThenEncryptedJwt. getSignedJwt()
Get the signed JWT.Constructors in org.forgerock.json.jose.jwe with parameters of type SignedJwt Constructor Description SignedThenEncryptedJwt(JweHeader header, SignedJwt payload, Key publicKey)
Constructs a fresh signed-then-encrypted JWT with the given signed JWT payload, JWE headers and encryption key. -
Uses of SignedJwt in org.forgerock.json.jose.jws
Subclasses of SignedJwt in org.forgerock.json.jose.jws Modifier and Type Class Description class
EncryptedThenSignedJwt
An implementation of a JWS with a nested JWE as its payload.class
SignedEncryptedJwt
Deprecated.UseEncryptedThenSignedJwt
instead.Methods in org.forgerock.json.jose.jws that return SignedJwt Modifier and Type Method Description SignedJwt
SignedJwt. copy()
Constructors in org.forgerock.json.jose.jws with parameters of type SignedJwt Constructor Description SignedJwt(SignedJwt signedJwt)
Construct an signed JWT from an existent one.
-