Package org.keycloak.sdjwt
Class UndisclosedArrayElement
java.lang.Object
org.keycloak.sdjwt.Disclosable
org.keycloak.sdjwt.UndisclosedArrayElement
- All Implemented Interfaces:
SdJwtArrayElement
- Author:
- Francis Pouatcha
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
com.fasterxml.jackson.databind.JsonNode
getVisibleValue
(String hashAlg) Returns the value visibly printed as array element in the issuer signed jwt.Methods inherited from class org.keycloak.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 org.keycloak.sdjwt.SdJwtArrayElement
getDisclosureString
-
Field Details
-
SD_CLAIM_NAME
- See Also:
-
-
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
-
builder
-