|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.ibutton.jib.JibMasterPIN
A PIN class used by the JibButton class to set the Common PIN on an iButton with Java.
| Constructor Summary | |
JibMasterPIN()
Constructs an empty JibMasterPIN. |
|
JibMasterPIN(int[] newpin)
Constructs a JibMasterPIN instance with the value of newpin. |
|
| Method Summary | |
int[] |
getPIN()
gets the PIN. |
int |
getPINLength()
Get the length of the PIN. |
void |
setPIN(int[] newpin)
Sets the internal PIN to newpin. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public JibMasterPIN(int[] newpin)
newpin - - the value of the PIN.public JibMasterPIN()
| Method Detail |
public void setPIN(int[] newpin)
newpin - the value to set the internal PIN to.public int getPINLength()
public int[] getPIN()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||