Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.
Public Member Functions | |
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 () |
Definition at line 40 of file CreditCards.java.
Optional<String> org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.getBankCity | ( | ) |
Get the city of the issuer.
Implemented in org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.
Optional<String> org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.getBankName | ( | ) |
Get the name of the issuer.
Implemented in org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.
Optional<String> org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.getBankPhoneNumber | ( | ) |
Get the phone number of the issuer.
Implemented in org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.
Optional<String> org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.getBankURL | ( | ) |
Get the URL of the issuer.
Implemented in org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.
Optional<String> org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.getBrand | ( | ) |
Get the brand of this BIN range.
Implemented in org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.
Optional<String> org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.getCardType | ( | ) |
Get the type of card (credit vs debit) for this BIN range.
Implemented in org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.
Optional<String> org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.getCountry | ( | ) |
Get the country of the issuer.
Implemented in org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.
Optional<Integer> org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.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...
Implemented in org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.
Optional<String> org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.getScheme | ( | ) |
Get the scheme this BIN range uses to amex,visa,mastercard, etc
Implemented in org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.
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.