Package de.adorsys.sdjwt
Class VisibleArrayElement
- java.lang.Object
-
- de.adorsys.sdjwt.VisibleArrayElement
-
- All Implemented Interfaces:
SdJwtArrayElement
public class VisibleArrayElement extends Object implements SdJwtArrayElement
- Author:
- Francis Pouatcha
-
-
Constructor Summary
Constructors Constructor Description VisibleArrayElement(com.fasterxml.jackson.databind.JsonNode arrayElement)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Method Detail
-
getVisibleValue
public com.fasterxml.jackson.databind.JsonNode getVisibleValue(String hashAlg)
Description copied from interface:SdJwtArrayElementReturns the value visibly printed as array element in the issuer signed jwt.- Specified by:
getVisibleValuein interfaceSdJwtArrayElement
-
getDisclosureString
public String getDisclosureString()
- Specified by:
getDisclosureStringin interfaceSdJwtArrayElement
-
-