|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cryptware.jsmartosapi.SmartOS
com.cryptware.jsmartosapi.SmartOSK1
public class SmartOSK1
Field Summary | |
---|---|
static byte |
PIN
PIN identifier |
static byte |
PRIVATE_MEMORY
Private memory identifier |
static byte |
PUBLIC_MEMORY
Public memory identifier |
static byte |
PUK
PUK memory identifier |
Fields inherited from class com.cryptware.jsmartosapi.SmartOS |
---|
LIFECYCLE_FORMATTED, LIFECYCLE_UNFORMATTED, MODE_CARDID, MODE_CARDINFO, MODE_CARDLIFECYCLE, MODE_FORMAT_KEY_ERR_COUNT |
Constructor Summary | |
---|---|
SmartOSK1(SmartCard sc)
Constructor |
Method Summary | |
---|---|
ResponseAPDU |
ReadBinary(byte hi,
byte low,
byte len)
ReadBinary Command Sends a Read Binary Command APDU with specified offset |
ResponseAPDU |
UpdateBinary(short hi,
short low,
byte[] toWrite)
UpdateBinary Command Sends a Update Binary Command APDU with specified offset and data |
Methods inherited from class com.cryptware.jsmartosapi.SmartOS |
---|
ChangeReferenceData, Format, GetData, VerifyPIN |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte PUBLIC_MEMORY
public static final byte PRIVATE_MEMORY
public static final byte PIN
public static final byte PUK
Constructor Detail |
---|
public SmartOSK1(SmartCard sc)
sc
- the smart cardMethod Detail |
---|
public ResponseAPDU ReadBinary(byte hi, byte low, byte len)
hi
- highest byte of the offsetlow
- offset lowest byte of the offsetlen
- number of bytes to read
public ResponseAPDU UpdateBinary(short hi, short low, byte[] toWrite)
hi
- highest byte of the offsetlow
- offset lowest byte of the offsettoWrite
- bytes to write
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |