Uses of Class
org.keycloak.sdjwt.SdJwtSalt
Packages that use SdJwtSalt
-
Uses of SdJwtSalt in org.keycloak.sdjwt
Methods in org.keycloak.sdjwt that return SdJwtSaltModifier and TypeMethodDescriptionDecoyEntry.getSalt()
Disclosable.getSalt()
DisclosureSpec.DisclosureData.getSalt()
static SdJwtSalt
Methods in org.keycloak.sdjwt with parameters of type SdJwtSaltModifier and TypeMethodDescriptionint
void
ArrayDisclosure.Builder.withDecoyElt
(Integer position, SdJwtSalt salt) ArrayDisclosure.Builder.withUndisclosedElement
(SdJwtSalt salt, com.fasterxml.jackson.databind.JsonNode elementValue) Constructors in org.keycloak.sdjwt with parameters of type SdJwtSaltModifierConstructorDescriptionprotected
DecoyEntry
(SdJwtSalt salt) protected
Disclosable
(SdJwtSalt salt)