Uses of Class
org.keycloak.sdjwt.SdJwt
Packages that use SdJwt
-
Uses of SdJwt in org.keycloak.sdjwt
Methods in org.keycloak.sdjwt that return SdJwtModifier and TypeMethodDescriptionSdJwt.Builder.build()
SdJwtFacade.createSdJwt
(com.fasterxml.jackson.databind.JsonNode claimSet, DisclosureSpec disclosureSpec) Create a new SD-JWT with the provided claim set and disclosure specification.Methods in org.keycloak.sdjwt with parameters of type SdJwtModifier and TypeMethodDescriptionSdJwtFacade.getSdJwtString
(SdJwt sdJwt) Retrieve the SD-JWT as a string representation.void
SdJwtFacade.verifySdJwt
(SdJwt sdJwt, List<SignatureVerifierContext> issuerVerifyingKeys, IssuerSignedJwtVerificationOpts verificationOpts) Verify the SD-JWT using the provided signature verification keys.SdJwt.Builder.withNestedSdJwt
(SdJwt nestedSdJwt)