FormatContainerSdJwt

@Serializable
data class FormatContainerSdJwt(val sdJwtAlgorithmStrings: Set<String>? = null, val kbJwtAlgorithmStrings: Set<String>? = null)(source)

Data class for DIF Presentation Exchange v1.0.0, adapted for OpenID4VP

Constructors

Link copied to clipboard
constructor(sdJwtAlgorithmStrings: Set<String>? = null, kbJwtAlgorithmStrings: Set<String>? = null)

Properties

Link copied to clipboard
@Transient
val kbJwtAlgorithms: Set<JwsAlgorithm>?
Link copied to clipboard
@SerialName(value = "kb-jwt_alg_values")
val kbJwtAlgorithmStrings: Set<String>? = null
Link copied to clipboard
@Transient
val sdJwtAlgorithms: Set<JwsAlgorithm>?
Link copied to clipboard
@SerialName(value = "sd-jwt_alg_values")
val sdJwtAlgorithmStrings: Set<String>? = null