3 - MTSCRA Functions
Dynamag, DynaMAX, eDynamo, mDynamo, tDynamo, DynaWave, and iDynamo 6| Secure Card Reader Authenticators | Programmer’s
Reference (Java and Java Applet)
Page 34
3.40
getMagnePrint
This function retrieves MagnePrint data
String getMagnePrint();
Return Value: String containing MagnePrint data.
3.41
getMagnePrintLength
This function retrieves MagnePrint data length.
long getMagnePrintLength();
Return Value: long value indicating the length of MagnePrint data.
3.42
getMagnePrintStatus
This function retrieves MagnePrint status. See
D99875475 MagneSafe V5 Communication Reference
Manual
for detail.
String getMagnePrintStatus();
Return Value: String containing the MagnePrint status.
3.43
getEncryptionStatus
This function retrieves encryption status. See
D99875475 MagneSafe V5 Communication Reference
Manual
for detail.
String getEncryptionStatus();
Return Value: String containing encryption status.
3.44
getDeviceSerial
This function returns the device’s serial number.
String getDeviceSerial();
Return Value: Returns a string. For example - “12345678”
3.45
getSessionID
This function retrieves the device session ID, which the host can use to uniquely identify a transaction to
prevent replay. See
D99875475 MagneSafe V5 Communication Reference Manual
for detail.
String getSessionID();
Return Value: Returns a string containing the session id.
3.46
getKSN
This function retrieves the device’s key serial number (KSN) after a card swipe.
String getKSN();