Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber Interface Reference

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 ()
 

Detailed Description

Definition at line 40 of file CreditCards.java.

Member Function Documentation

Optional<String> org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.getBankCity ( )

Get the city of the issuer.

Returns
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.

Returns
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.

Returns
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.

Returns
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.

Returns
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.

Returns
the type of cards in 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.

Returns
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...

Returns
the length of account numbers in this BIN range. Or an empty Optional if the length is unknown.

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

Returns
the scheme this BIN range uses.

Implemented in org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult, and org.sleuthkit.autopsy.datamodel.accounts.BINRange.


The documentation for this interface was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.