| Package | Description |
|---|---|
| us.fatehi.magnetictrack.bankcard |
| Class and Description |
|---|
| BankCard
Represents a bank card, and contains information about the card
number, cardholder's name, expiration date, and service code.
|
| BankCardMagneticTrack
Parser and representation for all 3 bank card magnetic track
information.
|
| BaseBankCardTrackData |
| CardBrand |
| ExpirationDate
Parses and represents a card expiration date.
|
| MajorIndustryIdentifier
The first digit of a credit card number is the Major Industry
Identifier (MII) (see ISO/IEC 7812), which represents the category of
entity which issued the card.
|
| Name
Parses and represents the cardholder's name.
|
| PrimaryAccountNumber
Parses and represents the primary account number of the bank card.
|
| ServiceCode |
| ServiceCode1
Service code, position 1 values.
|
| ServiceCode2
Service code, position 2 values.
|
| ServiceCode3
Service code, position 3 values.
|
| ServiceCodeType |
| Track1FormatB
Parses, and represents a card's track 1 data, in format "B".
|
| Track2
From Wikipedia - ISO/IEC 7813
The Track 2 structure is specified as: STX : Start sentinel ";" PAN : Primary Account Number, up to 19 digits, as defined in ISO/IEC 7812-1 FS : Separator "=" ED : Expiration date, YYMM or "=" if not present SC : Service code, 3 digits or "=" if not present DD : Discretionary data, balance of available digits ETX : End sentinel "?" LRC : Longitudinal redundancy check, calculated according to ISO/IEC 7811-2 The maximum record length is 40 numeric digits. |
| Track3 |
Copyright © 2014 Sualeh Fatehi. All rights reserved.