Package org.keycloak.sdjwt
Interface SdJwtArrayElement
- All Known Implementing Classes:
UndisclosedArrayElement
,VisibleArrayElement
public interface SdJwtArrayElement
- Author:
- Francis Pouatcha
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
getVisibleValue
(String hashAlg) Returns the value visibly printed as array element in the issuer signed jwt.
-
Method Details
-
getVisibleValue
Returns the value visibly printed as array element in the issuer signed jwt. -
getDisclosureString
String getDisclosureString()
-