Uses of Interface
org.keycloak.protocol.oid4vc.issuance.signing.VerifiableCredentialsSigningService
Package
Description
-
Uses of VerifiableCredentialsSigningService in org.keycloak.protocol.oid4vc.issuance
ModifierConstructorDescriptionOID4VCIssuerEndpoint
(KeycloakSession session, String issuerDid, Map<String, VerifiableCredentialsSigningService> signingServices, AppAuthManager.BearerTokenAuthenticator authenticator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, TimeProvider timeProvider, int preAuthorizedCodeLifeSpan) OID4VCIssuerEndpoint
(KeycloakSession session, String issuerDid, Map<String, VerifiableCredentialsSigningService> signingServices, AppAuthManager.BearerTokenAuthenticator authenticator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, TimeProvider timeProvider, int preAuthorizedCodeLifeSpan, boolean isIgnoreScopeCheck) -
Uses of VerifiableCredentialsSigningService in org.keycloak.protocol.oid4vc.issuance.signing
Modifier and TypeClassDescriptionclass
Common signing service logic to handle proofs.class
VerifiableCredentialsSigningService
implementing the JWT_VC format.class
VerifiableCredentialsSigningService
implementing the LDP_VC format.class
VerifiableCredentialsSigningService
implementing the SD_JWT_VC format.class
Abstract base class to provide the Signing Services common functionalityModifier and TypeMethodDescriptionJwtSigningServiceProviderFactory.create
(KeycloakSession session, ComponentModel model) LDSigningServiceProviderFactory.create
(KeycloakSession session, ComponentModel model) SdJwtSigningServiceProviderFactory.create
(KeycloakSession session, ComponentModel model)