Class SdJwtCredentialBody
java.lang.Object
org.keycloak.protocol.oid4vc.issuance.credentialbuilder.SdJwtCredentialBody
- All Implemented Interfaces:
 CredentialBody
- Author:
 - Ingrid Kamga
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSdJwtCredentialBody(SdJwt.Builder sdJwtBuilder, Map<String, Object> claimSet)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeyBinding(JWK jwk) Bind the credential to a public key prior to signing.sign(SignatureSignerContext signatureSignerContext)  
- 
Constructor Details
- 
SdJwtCredentialBody
 
 - 
 - 
Method Details
- 
addKeyBinding
Description copied from interface:CredentialBodyBind the credential to a public key prior to signing.- Specified by:
 addKeyBindingin interfaceCredentialBody- Throws:
 CredentialBuilderException
 - 
getClaimSet
 - 
sign
 
 -