Package de.adorsys.sdjwt
Class UndisclosedArrayElement
- java.lang.Object
-
- de.adorsys.sdjwt.Disclosable
-
- de.adorsys.sdjwt.UndisclosedArrayElement
-
- All Implemented Interfaces:
SdJwtArrayElement
public class UndisclosedArrayElement extends Disclosable implements SdJwtArrayElement
- Author:
- Francis Pouatcha
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUndisclosedArrayElement.Builder
-
Field Summary
Fields Modifier and Type Field Description static StringSD_CLAIM_NAME
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UndisclosedArrayElement.Builderbuilder()com.fasterxml.jackson.databind.JsonNodegetVisibleValue(String hashAlg)Returns the value visibly printed as array element in the issuer signed jwt.-
Methods inherited from class de.adorsys.sdjwt.Disclosable
getDisclosureDigest, getDisclosureString, getSalt, getSaltAsString, toJson, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.adorsys.sdjwt.SdJwtArrayElement
getDisclosureString
-
-
-
-
Field Detail
-
SD_CLAIM_NAME
public static final String SD_CLAIM_NAME
- See Also:
- Constant Field Values
-
-
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
-
builder
public static UndisclosedArrayElement.Builder builder()
-
-