SupportedAlgorithmsContainerJwt

@Serializable
data class SupportedAlgorithmsContainerJwt(val algorithmStrings: Set<String>? = null)(source)

Constructors

Link copied to clipboard
constructor(algorithmStrings: Set<String>? = null)

Properties

Link copied to clipboard
@Transient
val algorithms: Set<JsonWebAlgorithm>?

OID4VP: OPTIONAL. A non-empty array containing identifiers of cryptographic algorithms supported for a JWT-secured W3C Verifiable Credential or W3C Verifiable Presentation. If present, the alg JOSE header (as defined in RFC 7515) of the presented Verifiable Credential or Verifiable Presentation MUST match one of the array values.

Link copied to clipboard
@SerialName(value = "alg_values")
val algorithmStrings: Set<String>? = null

OID4VP: OPTIONAL. A non-empty array containing identifiers of cryptographic algorithms supported for a JWT-secured W3C Verifiable Credential or W3C Verifiable Presentation. If present, the alg JOSE header (as defined in RFC 7515) of the presented Verifiable Credential or Verifiable Presentation MUST match one of the array values.