Package org.keycloak.sdjwt
Class VisibleArrayElement
java.lang.Object
org.keycloak.sdjwt.VisibleArrayElement
- All Implemented Interfaces:
 SdJwtArrayElement
- Author:
 - Francis Pouatcha
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodegetVisibleValue(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:SdJwtArrayElementReturns the value visibly printed as array element in the issuer signed jwt.- Specified by:
 getVisibleValuein interfaceSdJwtArrayElement
 - 
getDisclosureString
- Specified by:
 getDisclosureStringin interfaceSdJwtArrayElement
 
 -