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)
}
zoneCryptoAuthentication™ 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.
slotIf the zone is “data”, this is the slot index (0-15) where the data can be found.
offsetByte offset into the zone/slot where the data can be found.
dataActual data at the location specified by the other members. This data will be BASE64URL encoded, and any padding characters (“=”) will be removed.