com.datecs.api.emsr
Class EMSR.EMSRKeyInformation

java.lang.Object
  extended by com.datecs.api.emsr.EMSR.EMSRKeyInformation
Enclosing class:
EMSR

public static class EMSR.EMSRKeyInformation
extends java.lang.Object

The class that contains various information about encrypted magnetic stripe reader (EMSR).


Field Summary
 boolean tampered
          Shows if devices is tampered.
 int version
          Key version.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tampered

public final boolean tampered
Shows if devices is tampered.


version

public final int version
Key version.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object