Class SdJwtCredentialSignerFactory
java.lang.Object
org.keycloak.protocol.oid4vc.issuance.signing.SdJwtCredentialSignerFactory
- All Implemented Interfaces:
CredentialSignerFactory
,OID4VCEnvironmentProviderFactory
,EnvironmentDependentProviderFactory
,ProviderFactory<CredentialSigner<?>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(KeycloakSession session) Returns the credential format supported by the credential signer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.protocol.oid4vc.issuance.signing.CredentialSignerFactory
close, getId, init, postInit
Methods inherited from interface org.keycloak.protocol.oid4vc.OID4VCEnvironmentProviderFactory
isSupported
Methods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Constructor Details
-
SdJwtCredentialSignerFactory
public SdJwtCredentialSignerFactory()
-
-
Method Details
-
getSupportedFormat
Description copied from interface:CredentialSignerFactory
Returns the credential format supported by the credential signer.- Specified by:
getSupportedFormat
in interfaceCredentialSignerFactory
-
create
- Specified by:
create
in interfaceProviderFactory<CredentialSigner<?>>
-