Uses of Class
com.cryptware.jscapi.ResponseAPDU

Packages that use ResponseAPDU
com.cryptware.jcardosapi   
com.cryptware.jscapi   
com.cryptware.jsmartosapi   
 

Uses of ResponseAPDU in com.cryptware.jcardosapi
 

Methods in com.cryptware.jcardosapi that return ResponseAPDU
 ResponseAPDU CardOS.ChangeReferenceData(byte id, java.lang.String pin)
          Change the Reference Data of a PIN object This function needs that the PIN object has been verified before
 ResponseAPDU CardOS.ChangeReferenceData(byte id, java.lang.String oldpin, java.lang.String newpin)
          Change the Reference Data of PIN object
 ResponseAPDU CardOS.ReadBinary(byte hi, byte low, short len)
          Reads bytes from the currently selected file
 ResponseAPDU CardOS.SelectFile(byte mode, java.lang.String path)
          Selects the file given in tha path
 ResponseAPDU CardOS.UpdateBinary(byte hi, byte low, byte[] toWrite, short offset, short len)
          UpdateBinary Command
Sends a Update Binary Command APDU with specified offset and data
 ResponseAPDU CardOS.UpdateBinary(short hi, short low, byte[] toWrite)
          UpdateBinary Command
Sends a Update Binary Command APDU with specified offset and data
 ResponseAPDU CardOS.VerifyPIN(byte id, java.lang.String pin)
          VerifyPIN Command
 

Uses of ResponseAPDU in com.cryptware.jscapi
 

Methods in com.cryptware.jscapi that return ResponseAPDU
 ResponseAPDU SmartCard.send(CommandAPDU apdu)
          Sends a command APDU to the smart card
 

Uses of ResponseAPDU in com.cryptware.jsmartosapi
 

Methods in com.cryptware.jsmartosapi that return ResponseAPDU
 ResponseAPDU SmartOS.ChangeReferenceData(byte id, java.lang.String pin)
          ChangeReferenceData Command
Sends a Change Reference Data Command APDU with specified pin
 ResponseAPDU SmartOSKW.DecreaseBalance(int amount)
          DecreaseBalance Command
Decreases the balance by the specified value
 ResponseAPDU SmartOS.Format(java.lang.String key)
          Sends a Format Command APDU with specified key
 ResponseAPDU SmartOSKW.GetBalance()
          GetBalance Command
 ResponseAPDU SmartOS.GetData(byte mode)
          GetData Command
Sends a Get Data Command APDU with specified mode
 ResponseAPDU SmartOSKW.IncreaseBalance(int amount)
          IncreaseBalance Command
Increases the balance by the specified value
 ResponseAPDU SmartOSK1.ReadBinary(byte hi, byte low, byte len)
          ReadBinary Command
Sends a Read Binary Command APDU with specified offset
 ResponseAPDU SmartOSKW.ReadOwnerData(byte hi, byte low, byte len)
          ReadOwnerData Command
Sends a Read Owner Data Command APDU with specified offset
 ResponseAPDU SmartOSKW.SetBalance(int balance)
          SetBalance Command
Set the balance to the specified value
 ResponseAPDU SmartOSK1.UpdateBinary(short hi, short low, byte[] toWrite)
          UpdateBinary Command
Sends a Update Binary Command APDU with specified offset and data
 ResponseAPDU SmartOS.VerifyPIN(byte id, java.lang.String pin)
          VerifyPIN Command
Sends a Verify PIN Command APDU with specified PIN
 ResponseAPDU SmartOSKW.WriteOwnerData(byte hi, byte low, byte[] toWrite)
          WriteOwnerData Command
Sends a Write Owner Data Command APDU with specified offset and data