Uses of Class
com.scriptel.proscript.cardswipe.IdentificationCardTrackThree
-
Packages that use IdentificationCardTrackThree Package Description com.scriptel.proscript.cardswipe This package contains magnetic card swipe parsing logic and data structures. -
-
Uses of IdentificationCardTrackThree in com.scriptel.proscript.cardswipe
Methods in com.scriptel.proscript.cardswipe that return IdentificationCardTrackThree Modifier and Type Method Description IdentificationCardTrackThree
IdentificationCard. getTrackThree()
Gets track three data.static IdentificationCardTrackThree
IdentificationCardTrackThree. parse(java.lang.String trackData)
This method attempts to parse track three data out of the raw strip string.Constructors in com.scriptel.proscript.cardswipe with parameters of type IdentificationCardTrackThree Constructor Description IdentificationCard(IdentificationCardTrackOne trackOne, IdentificationCardTrackTwo trackTwo, IdentificationCardTrackThree trackThree)
-