Uses of Class
org.keycloak.protocol.oid4vc.issuance.signing.CredentialSignerException
Packages that use CredentialSignerException
-
Uses of CredentialSignerException in org.keycloak.protocol.oid4vc.issuance.signing
Methods in org.keycloak.protocol.oid4vc.issuance.signing that throw CredentialSignerExceptionModifier and TypeMethodDescriptionCredentialSigner.signCredential
(CredentialBody credentialBody, CredentialBuildConfig credentialBuildConfig) Takes a verifiable credential and signs it according to the implementation.JwtCredentialSigner.signCredential
(CredentialBody credentialBody, CredentialBuildConfig credentialBuildConfig) LDCredentialSigner.signCredential
(CredentialBody credentialBody, CredentialBuildConfig credentialBuildConfig) SdJwtCredentialSigner.signCredential
(CredentialBody credentialBody, CredentialBuildConfig credentialBuildConfig)