数据存储

  • SecureData.Store#
  • SecureData.Store(index,databuf,len)

参数描述

  • index,int类型
index序号 最大存储量
1 - 8 52字节
9 - 12 100字节
13 - 14 500字节
15 - 16 1000字节
  • databuf,待存储的数据数组,bytearray类型
  • len,要写入数据的长度,int类型

    存储时按照databuf和len两者中长度较小的进行存储

返回值描述

  • -1: 参数有误
  • 0: 执行正常