2.8.1.1 CryptoAuthPublicDataElement Object
This object defines the location and contents of a public data element in the CryptoAuthentication™ secure sub-systems.
{
"zone": "data",
"slot": 14,
"offset": 0,
"data": BASE64URL(data)
}| zone | CryptoAuthentication™ zone where the data are found. The options are “data” for one of the slots, “otp” for the OTP zone or “config” for the configuration zone. |
| slot | If the zone is “data”, this is the slot index (0-15) where the data can be found. |
| offset | Byte offset into the zone/slot where the data can be found. |
| data | Actual data at the location specified by the other members. This data will be BASE64URL encoded, and any padding characters (“=”) will be removed. |
