Interface SdJwtArrayElement

All Known Implementing Classes:
UndisclosedArrayElement, VisibleArrayElement

public interface SdJwtArrayElement
Author:
Francis Pouatcha
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.fasterxml.jackson.databind.JsonNode
    Returns the value visibly printed as array element in the issuer signed jwt.
  • Method Details

    • getVisibleValue

      com.fasterxml.jackson.databind.JsonNode getVisibleValue(String hashAlg)
      Returns the value visibly printed as array element in the issuer signed jwt.
    • getDisclosureString

      String getDisclosureString()