Uses of Class
org.forgerock.openig.fapi.jwt.OctetSequencePayload
Packages that use OctetSequencePayload
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 OctetSequencePayload in org.forgerock.openig.fapi.jwt
Methods in org.forgerock.openig.fapi.jwt that return OctetSequencePayloadModifier and TypeMethodDescriptionOctetSequencePayload.copy()OctetSequenceSignedJwt.getPayload()Constructors in org.forgerock.openig.fapi.jwt with parameters of type OctetSequencePayloadModifierConstructorDescriptionOctetSequenceSignedJwt(JwsHeader header, OctetSequencePayload nestedPayload, byte[] signingInput, byte[] signature) Constructs a reconstructedOctetSequenceSignedJwtfrom its constituent parts, the JwsHeader, nested Encrypted JWT, signing input and signature.OctetSequenceSignedJwt(JwsHeader header, OctetSequencePayload nestedPayload, SigningHandler signingHandler) Constructs a fresh, newOctetSequenceSignedJwtfrom the givenJwsHeaderand nested Encrypted JWT.