ATECC508A.ProvisioningInfo (atecc508a v0.3.0) View Source

This struct contains all of the data needed to provision a device.

Link to this section Summary

Link to this section Types

Specs

t() :: %ATECC508A.ProvisioningInfo{
  board_name: String.t(),
  device_compressed_cert: ATECC508A.compressed_cert(),
  mfg_serial_number: String.t(),
  otp_flags: integer(),
  otp_user: binary(),
  root_cert_sha256: ATECC508A.sha256(),
  signer_compressed_cert: ATECC508A.compressed_cert(),
  signer_public_key: ATECC508A.ecc_public_key(),
  signer_serial_number: binary()
}