Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
interface | BankIdentificationNumber |
Static Public Member Functions | |
static synchronized BankIdentificationNumber | getBINInfo (int bin) |
Static Private Member Functions | |
synchronized static void | loadBINRanges () |
Static Private Attributes | |
static final RangeMap< Integer, BINRange > | binRanges = TreeRangeMap.create() |
static boolean | binsLoaded = false |
static final Logger | logger = Logger.getLogger(CreditCards.class.getName()) |
Definition at line 37 of file CreditCards.java.
|
static |
Get an BINInfo object with details about the given BIN
bin | the BIN to get details of. |
Definition at line 187 of file CreditCards.java.
References org.sleuthkit.autopsy.datamodel.CreditCards.binRanges, and org.sleuthkit.autopsy.datamodel.CreditCards.loadBINRanges().
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINFactory.createKeys(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
|
staticprivate |
Load the BIN range information from disk. If the map has already been initialized, don't load again.
Because ranges.csv allows both 6 and (the newer) 8 digit BINs, but we need a consistent length for the range map, we pad all the numbers out to 8 digits
Definition at line 131 of file CreditCards.java.
References org.sleuthkit.autopsy.datamodel.CreditCards.binRanges, org.sleuthkit.autopsy.datamodel.CreditCards.binsLoaded, org.sleuthkit.autopsy.datamodel.accounts.BINRange.getBINend(), org.sleuthkit.autopsy.datamodel.accounts.BINRange.getBINstart(), and org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.warn().
Referenced by org.sleuthkit.autopsy.datamodel.CreditCards.getBINInfo().
|
staticprivate |
Range Map from a (ranges of) BINs to data model object with details of the BIN, ie, bank name, phone, url, visa/amex/mastercard/...,
Definition at line 119 of file CreditCards.java.
Referenced by org.sleuthkit.autopsy.datamodel.CreditCards.getBINInfo(), and org.sleuthkit.autopsy.datamodel.CreditCards.loadBINRanges().
|
staticprivate |
Flag for if we have loaded the BINs from the file already.
Definition at line 125 of file CreditCards.java.
Referenced by org.sleuthkit.autopsy.datamodel.CreditCards.loadBINRanges().
|
staticprivate |
Definition at line 111 of file CreditCards.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.