Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.
Public Member Functions | |
boolean | equals (Object obj) |
Optional< String > | getBankCity () |
Optional< String > | getBankName () |
Optional< String > | getBankPhoneNumber () |
Optional< String > | getBankURL () |
Optional< String > | getBrand () |
Optional< String > | getCardType () |
Optional< String > | getCountry () |
Optional< Integer > | getNumberLength () |
Optional< String > | getScheme () |
int | hashCode () |
Private Member Functions | |
BinResult (long count,@Nonnull BINRange binRange) | |
BinResult (long count, int start, int end) | |
Private Attributes | |
final int | binEnd |
final BINRange | binRange |
final int | binStart |
final long | count |
Data model item to back the BINNodes in the tree. Has the number of accounts found with the BIN.
Definition at line 1527 of file Accounts.java.
|
private |
Definition at line 1567 of file Accounts.java.
|
private |
Definition at line 1574 of file Accounts.java.
boolean org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.equals | ( | Object | obj | ) |
Definition at line 1538 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.binEnd, and org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.binStart.
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getBankCity | ( | ) |
Get the city of the issuer.
Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.
Definition at line 1603 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.BINRange.getBankCity().
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINNode.createSheet().
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getBankName | ( | ) |
Get the name of the issuer.
Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.
Definition at line 1608 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.BINRange.getBankName().
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINNode.createSheet().
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getBankPhoneNumber | ( | ) |
Get the phone number of the issuer.
Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.
Definition at line 1613 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.BINRange.getBankPhoneNumber().
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINNode.createSheet().
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getBankURL | ( | ) |
Get the URL of the issuer.
Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.
Definition at line 1618 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.BINRange.getBankURL().
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINNode.createSheet().
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getBrand | ( | ) |
Get the brand of this BIN range.
Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.
Definition at line 1623 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.BINRange.getBrand().
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINNode.createSheet().
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getCardType | ( | ) |
Get the type of card (credit vs debit) for this BIN range.
Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.
Definition at line 1628 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.BINRange.getCardType().
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINNode.createSheet().
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getCountry | ( | ) |
Get the country of the issuer.
Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.
Definition at line 1633 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.BINRange.getCountry().
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINNode.createSheet().
Optional<Integer> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getNumberLength | ( | ) |
Get the length of account numbers in this BIN range.
NOTE: the length is currently unused, and not in the data file for any ranges. It could be quite helpfull for validation...
Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.
Definition at line 1598 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.BINRange.getNumberLength().
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getScheme | ( | ) |
Get the scheme this BIN range uses to amex,visa,mastercard, etc
Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.
Definition at line 1638 of file Accounts.java.
References org.sleuthkit.autopsy.datamodel.accounts.BINRange.getScheme().
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BINNode.createSheet().
int org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.hashCode | ( | ) |
Definition at line 1530 of file Accounts.java.
|
private |
Definition at line 1564 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.equals().
|
private |
Definition at line 1563 of file Accounts.java.
|
private |
Definition at line 1565 of file Accounts.java.
Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.equals().
|
private |
The number of accounts with this BIN
Definition at line 1561 of file Accounts.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.