issuerAuthAlgorithmInts
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:
The value in the array matches the
algvalue in the IssuerAuth COSE header.The value in the array is a fully specified algorithm according to I-D.ietf-jose-fully-specified-algorithms and the combination of the
algvalue in theIssuerAuthCOSE header and the curve used by the signing key of the COSE structure matches the combination of the algorithm and curve identified by the fully specified algorithm. As an example, if theIssuerAuthstructure contains analgheader with value-7(which stands for ECDSA with SHA-256 in IANA.COSE and is signed by a P-256 key, then it matches an issuerAuthAlgorithmInts element of-7and-9.