Uses of Class
org.forgerock.json.jose.jws.SignedJwt
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'.
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
Defines the core classes to implement OAuth2 for OpenAM.
-
Uses of SignedJwt in org.forgerock.json.jose.builders
-
Uses of SignedJwt in org.forgerock.json.jose.jwe
ModifierConstructorDescriptionSignedThenEncryptedJwt
(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
Modifier and TypeClassDescriptionclass
An implementation of a JWS with a nested JWE as its payload.class
Deprecated. -
Uses of SignedJwt in org.forgerock.oauth.resolvers
Modifier and TypeMethodDescriptionvoid
BaseOpenIdResolver.validateIdentity
(SignedJwt idClaim) Validates the supplied Jwt against this OpenId Connect Idp.void
JWKOpenIdResolverImpl.validateIdentity
(SignedJwt idClaim) void
PublicKeyOpenIdResolverImpl.validateIdentity
(SignedJwt idClaim) Validates the supplied Jwt against this OpenId Connect Idp.void
SharedSecretOpenIdResolverImpl.validateIdentity
(SignedJwt idClaim) void
JWKOpenIdResolverImpl.verifySignature
(SignedJwt idClaim) Verifies that the JWS was signed by the supplied key.void
PublicKeyOpenIdResolverImpl.verifySignature
(SignedJwt idClaim) Verifies that the JWS was signed by the corresponding private key to this public key.void
SharedSecretOpenIdResolverImpl.verifySignature
(SignedJwt idClaim) Verifies that the JWS was signed by the supplied key. -
Uses of SignedJwt in org.forgerock.oauth2.core
EncryptedThenSignedJwt
instead.