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'.org.forgerock.oauth.resolvers This package contains classes to generate Open ID Resolvers, which can validate a supplied JWS against an Open ID Connect provider.org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM. -
-
Uses of SignedJwt in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders that return SignedJwt Modifier and Type Method Description SignedJwtEncryptedThenSignedJwtBuilder. asJwt()SignedJwtSignedJwtBuilderImpl. 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 SignedJwtSignedThenEncryptedJwt. 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 classEncryptedThenSignedJwtAn implementation of a JWS with a nested JWE as its payload.classSignedEncryptedJwtDeprecated.UseEncryptedThenSignedJwtinstead.Methods in org.forgerock.json.jose.jws that return SignedJwt Modifier and Type Method Description SignedJwtSignedJwt. 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. -
Uses of SignedJwt in org.forgerock.oauth.resolvers
Methods in org.forgerock.oauth.resolvers that return types with arguments of type SignedJwt Modifier and Type Method Description default Class<SignedJwt>OpenIdResolver. getExpectedJwtType()Methods in org.forgerock.oauth.resolvers with parameters of type SignedJwt Modifier and Type Method Description voidBaseOpenIdResolver. validateIdentity(SignedJwt idClaim)Validates the supplied Jwt against this OpenId Connect Idp.voidJWKOpenIdResolverImpl. validateIdentity(SignedJwt idClaim)voidPublicKeyOpenIdResolverImpl. validateIdentity(SignedJwt idClaim)Validates the supplied Jwt against this OpenId Connect Idp.voidSharedSecretOpenIdResolverImpl. validateIdentity(SignedJwt idClaim)Validates the supplied Jwt against this OpenId Connect Idp.voidJWKOpenIdResolverImpl. verifySignature(SignedJwt idClaim)Verifies that the JWS was signed by the supplied key.voidPublicKeyOpenIdResolverImpl. verifySignature(SignedJwt idClaim)Verifies that the JWS was signed by the corresponding private key to this public key.voidSharedSecretOpenIdResolverImpl. verifySignature(SignedJwt idClaim)Verifies that the JWS was signed by the supplied key. -
Uses of SignedJwt in org.forgerock.oauth2.core
Methods in org.forgerock.oauth2.core that return SignedJwt Modifier and Type Method Description SignedJwtOAuth2Request. getConsentResponseJwt()Methods in org.forgerock.oauth2.core with parameters of type SignedJwt Modifier and Type Method Description voidOAuth2Request. setConsentResponseJwt(SignedJwt jwt)
-