Class JwtCredentialBody
java.lang.Object
org.keycloak.protocol.oid4vc.issuance.credentialbuilder.JwtCredentialBody
- All Implemented Interfaces:
CredentialBody
- Author:
- Ingrid Kamga
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addKeyBinding
(JWK jwk) Bind the credential to a public key prior to signing.sign
(SignatureSignerContext signatureSignerContext)
-
Constructor Details
-
JwtCredentialBody
-
-
Method Details
-
addKeyBinding
Description copied from interface:CredentialBody
Bind the credential to a public key prior to signing.- Specified by:
addKeyBinding
in interfaceCredentialBody
- Throws:
CredentialBuilderException
-
sign
-