Package org.keycloak.sdjwt
Class IssuerSignedJWT
java.lang.Object
org.keycloak.sdjwt.SdJws
org.keycloak.sdjwt.IssuerSignedJWT
Handle verifiable credentials (SD-JWT VC), enabling the parsing
of existing VCs as well as the creation and signing of new ones.
It integrates with Keycloak's SignatureSignerContext to facilitate
the generation of issuer signature.
- Author:
- Francis Pouatcha
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IssuerSignedJWT.Builder
builder()
static IssuerSignedJWT
toSignedJWT
(SignatureSignerContext signer, String jwsType) Methods inherited from class org.keycloak.sdjwt.SdJws
getJwsString, getPayload, sign, toJws, verifySignature
-
Field Details
-
CLAIM_NAME_SELECTIVE_DISCLOSURE
- See Also:
-
CLAIM_NAME_SD_HASH_ALGORITHM
- See Also:
-
-
Method Details
-
fromJws
-
toSignedJWT
-
builder
-