Class IssuerSignedJWT


  • public class IssuerSignedJWT
    extends SdJws
    Handle verifiable credentials (SD-JWT VC), enabling the parsing of existing VCs as well as the creation and signing of new ones. It integrates with JOSE's JWSSigner to facilitate the generation of issuer signature.
    Author:
    Francis Pouatcha
    • Constructor Detail

      • IssuerSignedJWT

        public IssuerSignedJWT​(com.fasterxml.jackson.databind.JsonNode payload,
                               com.nimbusds.jose.JWSSigner signer,
                               String keyId,
                               com.nimbusds.jose.JWSAlgorithm jwsAlgorithm,
                               String jwsType)
      • IssuerSignedJWT

        public IssuerSignedJWT​(com.nimbusds.jose.util.Base64URL payloadBase64URL,
                               com.nimbusds.jose.JWSSigner signer,
                               String keyId,
                               com.nimbusds.jose.JWSAlgorithm jwsAlgorithm,
                               String jwsType)