Uses of Class
com.datecs.api.emsr.EMSRException

Packages that use EMSRException
com.datecs.api.emsr   
 

Uses of EMSRException in com.datecs.api.emsr
 

Methods in com.datecs.api.emsr that throw EMSRException
 void EMSR.disable()
          Disable encrypted magnetic stripe reader (EMSR).
 void EMSR.enable()
          Enable encrypted magnetic stripe reader (EMSR).
 EMSR.EMSRInformation EMSR.getInformation()
          Returns information about encrypted magnetic stripe reader (EMSR).
 EMSR.EMSRKeyInformation EMSR.getKeyInformation(int keyId)
          Returns information about keys into encrypted magnetic stripe reader (EMSR).
 void EMSR.loadKey(byte[] keyData)
          Loads new key, in plain or encrypted with already loaded AES256 Key Encryption Key (KEK).
 byte[] EMSR.readCardData(int mode)
          Read card data.
 void EMSR.setEncryptionType(int type)
          Set encryption type.
 int EMSR.test(int ms)
          Test encrypted magnetic head.