Package | Description |
---|---|
com.dalsemi.onewire.application.sha |
Modifier and Type | Class and Description |
---|---|
class |
SHAiButtonUser18
Class representing DS1963S (or DS2421), family-code 0x18, SHA iButtons as a user
token in SHA Transactions.
|
class |
SHAiButtonUser33
Class representing DS1961S (or DS2432), family-code 0x33, SHA iButtons as a user
token in SHA Transactions.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
SHATransaction.executeTransaction(SHAiButtonUser user,
boolean verifySuccess)
Performs the transaction.
|
boolean |
SHASoftAuth.executeTransaction(SHAiButtonUser user,
boolean verifySuccess)
Performs the signed debit, subtracting the debit amount from
the user's balance and storing the new, signed account data on the
user's iButton.
|
boolean |
SHADebitUnsigned.executeTransaction(SHAiButtonUser user,
boolean verifySuccess)
Performs the unsigned debit, subtracting the debit amount from
the user's balance and storing the new, unsigned account data on the
user's iButton.
|
boolean |
SHADebit.executeTransaction(SHAiButtonUser user,
boolean verifySuccess)
Performs the signed debit, subtracting the debit amount from
the user's balance and storing the new, signed account data on the
user's iButton.
|
abstract boolean |
SHATransaction.setupTransactionData(SHAiButtonUser user)
Setups initial transaction data on SHAiButtonUser.
|
boolean |
SHASoftAuth.setupTransactionData(SHAiButtonUser user)
Setup account data on a fresh user iButton.
|
boolean |
SHADebitUnsigned.setupTransactionData(SHAiButtonUser user)
Setup account data on a fresh user iButton.
|
boolean |
SHADebit.setupTransactionData(SHAiButtonUser user)
Setup account data on a fresh user iButton.
|
abstract boolean |
SHATransaction.verifyTransactionData(SHAiButtonUser user)
Verifies account data is valid for this service.
|
boolean |
SHASoftAuth.verifyTransactionData(SHAiButtonUser user)
Verifies user's account data.
|
boolean |
SHADebitUnsigned.verifyTransactionData(SHAiButtonUser user)
Verifies user's account data.
|
boolean |
SHADebit.verifyTransactionData(SHAiButtonUser user)
Verifies user's account data.
|
abstract boolean |
SHATransaction.verifyUser(SHAiButtonUser user)
Verifies that SHAiButtonUser is a valid user of this service.
|
boolean |
SHASoftAuth.verifyUser(SHAiButtonUser user)
Verifies user's authentication response.
|
boolean |
SHADebitUnsigned.verifyUser(SHAiButtonUser user)
Verifies user's authentication response.
|
boolean |
SHADebit.verifyUser(SHAiButtonUser user)
Verifies user's authentication response.
|
Copyright © 1999-2012 Maxim Integrated Products. All Rights Reserved.