Class MdocCredentialBody
java.lang.Object
org.keycloak.protocol.oid4vc.issuance.credentialbuilder.MdocCredentialBody
- All Implemented Interfaces:
CredentialBody
-
Constructor Summary
ConstructorsConstructorDescriptionMdocCredentialBody(String docType, Map<String, Object> claims, MdocValidityInfo validityInfo) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeyBinding(JWK jwk) Bind the credential to a public key prior to signing.signAsIssuerSignedDocument(SignatureSignerContext signerContext)
-
Constructor Details
-
MdocCredentialBody
-
-
Method Details
-
addKeyBinding
Description copied from interface:CredentialBodyBind the credential to a public key prior to signing.- Specified by:
addKeyBindingin interfaceCredentialBody- Throws:
CredentialBuilderException
-
getDocType
-
getClaims
-
getNamespacedClaims
-
getValidityInfo
-
signAsIssuerSignedDocument
-