Uses of Class
org.forgerock.json.jose.jws.SignedJwt
Packages that use 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 which support the FAPI API client.
This package contains classes related to the OAuth2.0 Dynamic Client Registration (DCR) protocol.
This package contains filter classes related to
RegistrationRequest
processing and validation.-
Uses of SignedJwt in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders that return SignedJwt -
Uses of SignedJwt in org.forgerock.json.jose.jwe
Methods in org.forgerock.json.jose.jwe that return SignedJwtConstructors in org.forgerock.json.jose.jwe with parameters of type SignedJwtModifierConstructorDescriptionSignedThenEncryptedJwt
(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.jwsModifier and TypeClassDescriptionclass
An implementation of a JWS with a nested JWE as its payload.class
Deprecated.Methods in org.forgerock.json.jose.jws that return SignedJwtConstructors in org.forgerock.json.jose.jws with parameters of type SignedJwt -
Uses of SignedJwt in org.forgerock.openig.fapi.apiclient
Methods in org.forgerock.openig.fapi.apiclient that return SignedJwtModifier and TypeMethodDescriptionApiClient.getSoftwareStatementAssertion()
Get the Software Statement Assertion.Methods in org.forgerock.openig.fapi.apiclient with parameters of type SignedJwtModifier and TypeMethodDescriptionApiClient.ApiClientBuilder.softwareStatementAssertion
(SignedJwt softwareStatementAssertion) Set the softwareStatementAssertion. -
Uses of SignedJwt in org.forgerock.openig.fapi.dcr
Methods in org.forgerock.openig.fapi.dcr that return SignedJwtModifier and TypeMethodDescriptionSoftwareStatement.getSoftwareStatementAssertion()
Get the software statement assertion.Methods in org.forgerock.openig.fapi.dcr with parameters of type SignedJwtModifier and TypeMethodDescriptionSoftwareStatement.Builder.softwareStatementAssertion
(SignedJwt softwareStatementAssertion) Set the software statement assertion. -
Uses of SignedJwt in org.forgerock.openig.fapi.dcr.request
Methods in org.forgerock.openig.fapi.dcr.request with parameters of type SignedJwtModifier and TypeMethodDescriptionRegistrationRequestFactory.createRegistrationRequest
(SignedJwt registrationRequestJwt) Creates aRegistrationRequest
from aSignedJwt
.
EncryptedThenSignedJwt
instead.