Uses of Class
org.forgerock.openig.fapi.jwt.OctetSequenceSignedJwt
Packages that use OctetSequenceSignedJwt
Package
Description
This package contains temporary classes to support JWS containing octet-sequence payloads, as required to support
FAPI consents that are XML-based.
-
Uses of OctetSequenceSignedJwt in org.forgerock.openig.fapi.jwt
Methods in org.forgerock.openig.fapi.jwt that return OctetSequenceSignedJwtModifier and TypeMethodDescriptionOctetSequenceJwsReconstruction.reconstructJwt(String jwtString) Reconstructs the given encoded octet-sequence JWS string into a JWS object of the specified type.Constructors in org.forgerock.openig.fapi.jwt with parameters of type OctetSequenceSignedJwtModifierConstructorDescriptionprotectedOctetSequenceSignedJwt(OctetSequenceSignedJwt signedJwt) Construct anOctetSequenceSignedJwtfrom an existent one.