Package de.adorsys.sdjwt
Interface SdJwtArrayElement
-
- All Known Implementing Classes:
UndisclosedArrayElement,VisibleArrayElement
public interface SdJwtArrayElement- Author:
- Francis Pouatcha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisclosureString()com.fasterxml.jackson.databind.JsonNodegetVisibleValue(String hashAlg)Returns the value visibly printed as array element in the issuer signed jwt.
-