Uses of Class
org.keycloak.sdjwt.SdJwt
-
Uses of SdJwt in org.keycloak.sdjwt
Modifier 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.Modifier 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)