Updated on 2026-08-14
This commit is contained in:
parent
316b2551a5
commit
8bef686eeb
34 changed files with 661 additions and 69 deletions
|
|
@ -44,7 +44,7 @@ class ReadIssuerExtraDataResponse(
|
|||
val issuerDataSignature: ByteArray?,
|
||||
|
||||
/**
|
||||
* An optional counter that protect issuer data against replay attack.
|
||||
* An optional counter that protects issuer data against replay attack.
|
||||
* When flag [Settings.ProtectIssuerDataAgainstReplay] set in [SettingsMask]
|
||||
* then this value is mandatory and must increase on each execution of [WriteIssuerDataCommand].
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ class WriteUserDataResponse(
|
|||
) : CommandResponse
|
||||
|
||||
/**
|
||||
* This command write some of User_Data, User_ProtectedData, User_Counter and User_ProtectedCounter fields.
|
||||
* This command writes to the card any of User_Data, User_ProtectedData, User_Counter and User_ProtectedCounter fields.
|
||||
* User_Data and User_ProtectedData are never changed or parsed by the executable code the Tangem COS.
|
||||
* The App defines purpose of use, format and it's payload. For example, this field may contain cashed information
|
||||
* from blockchain to accelerate preparing new transaction.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue