SupportedAlgorithmsContainerIso

@Serializable
data class SupportedAlgorithmsContainerIso(val issuerAuthAlgorithmInts: Set<Int>? = null, val deviceAuthAlgorithmInts: Set<Int>? = null)(source)

Constructors

Link copied to clipboard
constructor(issuerAuthAlgorithmInts: Set<Int>? = null, deviceAuthAlgorithmInts: Set<Int>? = null)

Properties

Link copied to clipboard
@SerialName(value = "deviceauth_alg_values")
val deviceAuthAlgorithmInts: Set<Int>? = null

OID4VP: OPTIONAL. A non-empty array containing cryptographic algorithm identifiers. The Credential MUST be considered to fulfill the requirement(s) expressed in this parameter if one of the following is true:

Link copied to clipboard
@Transient
val deviceAuthAlgorithms: Set<CoseAlgorithm>?

OID4VP: OPTIONAL. A non-empty array containing cryptographic algorithm identifiers. The Credential MUST be considered to fulfill the requirement(s) expressed in this parameter if one of the following is true:

Link copied to clipboard
@SerialName(value = "issuerauth_alg_values")
val issuerAuthAlgorithmInts: Set<Int>? = null

OID4VP: OPTIONAL. A non-empty array containing cryptographic algorithm identifiers. The Credential MUST be considered to fulfill the requirement(s) expressed in this parameter if one of the following is true:

Link copied to clipboard
@Transient
val issuerAuthAlgorithms: Set<CoseAlgorithm>?

OID4VP: OPTIONAL. A non-empty array containing cryptographic algorithm identifiers. The Credential MUST be considered to fulfill the requirement(s) expressed in this parameter if one of the following is true: