Class SdJws

java.lang.Object
org.keycloak.sdjwt.SdJws
Direct Known Subclasses:
IssuerSignedJWT, KeyBindingJWT

public class SdJws extends Object
Handle jws, either the issuer jwt or the holder key binding jwt.
Author:
Francis Pouatcha
  • Constructor Details

    • SdJws

      protected SdJws(com.fasterxml.jackson.databind.JsonNode payload)
    • SdJws

      protected SdJws(String jwsString)
    • SdJws

      protected SdJws(com.fasterxml.jackson.databind.JsonNode payload, JWSInput jwsInput)
    • SdJws

      protected SdJws(com.fasterxml.jackson.databind.JsonNode payload, SignatureSignerContext signer, String jwsType)
  • Method Details