Uses of Enum Class
org.keycloak.protocol.oid4vc.model.Format
Package
Description
-
Uses of Format in org.keycloak.protocol.oid4vc.issuance.signing
Modifier and TypeFieldDescriptionstatic final Format
JwtSigningServiceProviderFactory.SUPPORTED_FORMAT
static final Format
LDSigningServiceProviderFactory.SUPPORTED_FORMAT
static final Format
SdJwtSigningServiceProviderFactory.SUPPORTED_FORMAT
Modifier and TypeMethodDescriptionJwtSigningServiceProviderFactory.supportedFormat()
LDSigningServiceProviderFactory.supportedFormat()
SdJwtSigningServiceProviderFactory.supportedFormat()
VCSigningServiceProviderFactory.supportedFormat()
Should return the credentials format supported by the signing service. -
Uses of Format in org.keycloak.protocol.oid4vc.model
Modifier and TypeMethodDescriptionstatic Format
Format.fromString
(String s) Convert a String into String, as specified in the See JAX RS 2.0 Specification, section 3.2, p.static Format
static Format
Returns the enum constant of this class with the specified name.static Format[]
Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.