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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()com.fasterxml.jackson.databind.JsonNodegetVisibleValue(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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.sdjwt.SdJwtArrayElement
getDisclosureString
-
Method Details
-
getVisibleValue
Description copied from interface:SdJwtArrayElementReturns the value visibly printed as array element in the issuer signed jwt.- Specified by:
getVisibleValuein interfaceSdJwtArrayElement
-
builder
-