Class LDSigningService
java.lang.Object
org.keycloak.protocol.oid4vc.issuance.signing.SigningService<VerifiableCredential>
org.keycloak.protocol.oid4vc.issuance.signing.LDSigningService
- All Implemented Interfaces:
VerifiableCredentialsSigningService<VerifiableCredential>
,Provider
VerifiableCredentialsSigningService
implementing the LDP_VC format. It returns a Verifiable Credential,
containing the created LDProof.
- Author:
- Stefan Wiedemann
-
Field Summary
Fields inherited from class org.keycloak.protocol.oid4vc.issuance.signing.SigningService
keycloakSession, keyId, type
-
Constructor Summary
ConstructorDescriptionLDSigningService
(KeycloakSession keycloakSession, String keyId, String ldpType) -
Method Summary
Modifier and TypeMethodDescriptionsignCredential
(VerifiableCredential verifiableCredential) Takes a verifiable credential and signs it according to the implementation.Methods inherited from class org.keycloak.protocol.oid4vc.issuance.signing.SigningService
close, getKey
-
Constructor Details
-
LDSigningService
-
-
Method Details
-
signCredential
Description copied from interface:VerifiableCredentialsSigningService
Takes a verifiable credential and signs it according to the implementation. Depending on the type of the SigningService, it will return a signed representation of the credential- Parameters:
verifiableCredential
- the credential to sign- Returns:
- a signed representation
-