SupportedAlgorithmsContainerSdJwt

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

Constructors

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

Properties

Link copied to clipboard
@Transient
val kbJwtAlgorithms: Set<JwsAlgorithm>?

OID4VP: OPTIONAL. A non-empty array containing fully-specified identifiers of cryptographic algorithms (as defined in I-D.ietf-jose-fully-specified-algorithms) supported for a Key Binding JWT (KB-JWT)

Link copied to clipboard
@SerialName(value = "kb-jwt_alg_values")
val kbJwtAlgorithmStrings: Set<String>? = null

OID4VP: OPTIONAL. A non-empty array containing fully-specified identifiers of cryptographic algorithms (as defined in I-D.ietf-jose-fully-specified-algorithms) supported for a Key Binding JWT (KB-JWT)

Link copied to clipboard
@Transient
val sdJwtAlgorithms: Set<JwsAlgorithm>?

OID4VP: OPTIONAL. A non-empty array containing fully-specified identifiers of cryptographic algorithms (as defined in I-D.ietf-jose-fully-specified-algorithms) supported for an Issuer-signed JWT of an SD-JWT.

Link copied to clipboard
@SerialName(value = "sd-jwt_alg_values")
val sdJwtAlgorithmStrings: Set<String>? = null

OID4VP: OPTIONAL. A non-empty array containing fully-specified identifiers of cryptographic algorithms (as defined in I-D.ietf-jose-fully-specified-algorithms) supported for an Issuer-signed JWT of an SD-JWT.