Show / Hide Table of Contents

Get large blob data

Command APDU info

CLA INS P1 P2 Lc Data Le
00 10 00 00 data length 0C encoded info (absent)

The Ins byte (instruction) is 10, which is the byte for CTAPHID_CBOR. That means the command information is in a CBOR encoded structure in the Data.

The data consists of the CTAP Command Byte and the CBOR encoding of the command's parameters. In this case, the CTAP Command Byte is 0C, which is the command "authenticatorLargeBlobs". The CBOR encoding has a structure similar to the following.

  A4
     01 --int--
     03 --int--
     05 --byte string--
     06 --int--
  • Improve this Doc
In this article
Back to top Generated by DocFX