Package de.adorsys.sdjwt
Class DecoyArrayElement
- java.lang.Object
-
- de.adorsys.sdjwt.DecoyEntry
-
- de.adorsys.sdjwt.DecoyArrayElement
-
public class DecoyArrayElement extends DecoyEntry
- Author:
- Francis Pouatcha
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDecoyArrayElement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DecoyArrayElement.Builderbuilder()IntegergetIndex()com.fasterxml.jackson.databind.JsonNodegetVisibleValue(String hashAlg)-
Methods inherited from class de.adorsys.sdjwt.DecoyEntry
getDisclosureDigest, getSalt
-
-
-
-
Method Detail
-
getVisibleValue
public com.fasterxml.jackson.databind.JsonNode getVisibleValue(String hashAlg)
-
getIndex
public Integer getIndex()
-
builder
public static DecoyArrayElement.Builder builder()
-
-