|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OneWireContainer18 | |
com.dalsemi.onewire.application.sha |
Uses of OneWireContainer18 in com.dalsemi.onewire.application.sha |
Methods in com.dalsemi.onewire.application.sha with parameters of type OneWireContainer18 | |
boolean |
SHAiButtonCoprVM.load(OneWireContainer18 owc,
String filename)
Loads coprocessor configuration information from a standard TMEX service file on a DS1963S. |
boolean |
SHAiButtonUser18.setiButton18(OneWireContainer18 owc)
Modifies this SHA iButton so that it refers to another DS1963S container. |
Constructors in com.dalsemi.onewire.application.sha with parameters of type OneWireContainer18 | |
SHAiButtonCopr(OneWireContainer18 l_owc,
String coprFilename,
boolean l_formatDevice,
int l_signPageNumber,
int l_authPageNumber,
int l_wspcPageNumber,
int l_version,
int l_encCode,
byte l_serviceFileExt,
byte[] l_serviceFilename,
byte[] l_providerName,
byte[] l_bindData,
byte[] l_bindCode,
byte[] l_auxData,
byte[] l_initialSignature,
byte[] l_signingChlg,
byte[] l_signingSecret,
byte[] l_authSecret)
Sets up this coprocessor object based on the provided parameters and saves all of these parameters as the contents of the file coprFilename stored on owc . |
|
SHAiButtonCopr(OneWireContainer18 owc,
String coprFilename)
Sets up this coprocessor object based on the contents of the file coprFilename stored on owc . |
|
SHAiButtonCoprVM(OneWireContainer18 owc,
String filename,
byte[] sign_secret,
byte[] auth_secret)
Simulates a specific DS1963S coprocessor device. |
|
SHAiButtonUser18(SHAiButtonCopr copr,
OneWireContainer18 owc,
boolean formatDevice,
byte[] authSecret)
Initialize a DS1963S as a fresh user iButton for a given SHA service. |
|
SHAiButtonUser18(byte[] coprBindData,
byte[] coprBindCode,
byte[] fileName,
int fileNameExt,
OneWireContainer18 owc,
boolean formatDevice,
byte[] authSecret)
Initialize a DS1963S as a fresh user iButton for a given SHA service. |
|
SHAiButtonUser18(SHAiButtonCopr copr,
OneWireContainer18 owc)
Creates a valid SHAiButtonUser object. |
|
SHAiButtonUser18(byte[] coprBindCode,
byte[] fileName,
int fileNameExt,
OneWireContainer18 owc)
Creates a valid SHAiButtonUser object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |