Package org.keycloak.sdjwt
Class VisibleArrayElement
java.lang.Object
org.keycloak.sdjwt.VisibleArrayElement
- All Implemented Interfaces:
SdJwtArrayElement
- Author:
- Francis Pouatcha
-
Constructor Summary
-
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.
-
Constructor Details
-
VisibleArrayElement
public VisibleArrayElement(com.fasterxml.jackson.databind.JsonNode arrayElement)
-
-
Method Details
-
getVisibleValue
Description copied from interface:SdJwtArrayElement
Returns the value visibly printed as array element in the issuer signed jwt.- Specified by:
getVisibleValue
in interfaceSdJwtArrayElement
-
getDisclosureString
- Specified by:
getDisclosureString
in interfaceSdJwtArrayElement
-