Uses of Class
com.dalsemi.onewire.application.sha.SHAiButtonUser

Packages that use SHAiButtonUser
com.dalsemi.onewire.application.sha   
 

Uses of SHAiButtonUser in com.dalsemi.onewire.application.sha
 

Subclasses of SHAiButtonUser in com.dalsemi.onewire.application.sha
 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.
 

Methods in com.dalsemi.onewire.application.sha with parameters of type SHAiButtonUser
abstract  boolean SHATransaction.setupTransactionData(SHAiButtonUser user)
          Setups initial transaction data on SHAiButtonUser.
abstract  boolean SHATransaction.verifyUser(SHAiButtonUser user)
          Verifies that SHAiButtonUser is a valid user of this service.
abstract  boolean SHATransaction.verifyTransactionData(SHAiButtonUser user)
          Verifies account data is valid for this service.
abstract  boolean SHATransaction.executeTransaction(SHAiButtonUser user, boolean verifySuccess)
          Performs the transaction.
 boolean SHADebitUnsigned.setupTransactionData(SHAiButtonUser user)
          Setup account data on a fresh user iButton.
 boolean SHADebitUnsigned.verifyUser(SHAiButtonUser user)
          Verifies user's authentication response.
 boolean SHADebitUnsigned.verifyTransactionData(SHAiButtonUser user)
          Verifies user's account data.
 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.setupTransactionData(SHAiButtonUser user)
          Setup account data on a fresh user iButton.
 boolean SHADebit.verifyUser(SHAiButtonUser user)
          Verifies user's authentication response.
 boolean SHADebit.verifyTransactionData(SHAiButtonUser user)
          Verifies user's account data.
 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.
 boolean SHASoftAuth.setupTransactionData(SHAiButtonUser user)
          Setup account data on a fresh user iButton.
 boolean SHASoftAuth.verifyUser(SHAiButtonUser user)
          Verifies user's authentication response.
 boolean SHASoftAuth.verifyTransactionData(SHAiButtonUser user)
          Verifies user's account data.
 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.
 



Copyright © 1999-2003 Dallas Semiconductor. All Rights Reserved.