getEcdsaSignature

Returns a digital signature over the DeviceAuthenticationBytes CBOR specified in getAuthenticatedData, to prove to the reader that the data is from a trusted credential. The signature will be made with one of the provisioned dynamic authentication keys. At most one of getMessageAuthenticationCode or getEcdsaSignature is implemented.

Return

null if not implemented, otherwise a COSE_Sign1 structure with the payload set to the data returned by getAuthenticatedData.