Functions
Link copied to clipboard
fun forIsoMdoc( format: CredentialFormatEnum, scope: String, supportedBindingMethods: Set<String>? = null, supportedSigningAlgorithms: Set<String>? = null, supportedProofTypes: Map<String, CredentialRequestProofSupported>? = null, credentialDefinition: SupportedCredentialFormatDefinition? = null, docType: String, isoClaims: Set<ClaimDescription>, order: List<String>? = null, display: Set<DisplayProperties>? = null): SupportedCredentialFormat
Link copied to clipboard
fun forSdJwt( format: CredentialFormatEnum, scope: String, supportedBindingMethods: Set<String>? = null, supportedSigningAlgorithms: Set<String>? = null, supportedProofTypes: Map<String, CredentialRequestProofSupported>? = null, credentialDefinition: SupportedCredentialFormatDefinition? = null, sdJwtVcType: String, sdJwtClaims: Set<ClaimDescription>, order: List<String>? = null, display: Set<DisplayProperties>? = null): SupportedCredentialFormat
Link copied to clipboard
fun forVcJwt( format: CredentialFormatEnum, scope: String, supportedBindingMethods: Set<String>? = null, supportedSigningAlgorithms: Set<String>? = null, supportedProofTypes: Map<String, CredentialRequestProofSupported>? = null, credentialDefinition: SupportedCredentialFormatDefinition, order: List<String>? = null, display: Set<DisplayProperties>? = null): SupportedCredentialFormat