Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult Class Reference

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
 

Detailed Description

Data model item to back the BINNodes in the tree. Has the number of accounts found with the BIN.

Definition at line 1692 of file Accounts.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.BinResult ( long  count,
@Nonnull BINRange  binRange 
)
private

Definition at line 1732 of file Accounts.java.

org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.BinResult ( long  count,
int  start,
int  end 
)
private

Definition at line 1739 of file Accounts.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.equals ( Object  obj)
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getBankCity ( )
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getBankName ( )
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getBankPhoneNumber ( )
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getBankURL ( )
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getBrand ( )
Optional<String> org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.getCardType ( )

Get the type of card (credit vs debit) for this BIN range.

Returns
the type of cards in this BIN range.

Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.

Definition at line 1793 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 ( )
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...

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

Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.

Definition at line 1763 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

Returns
the scheme this BIN range uses.

Implements org.sleuthkit.autopsy.datamodel.CreditCards.BankIdentificationNumber.

Definition at line 1803 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 1695 of file Accounts.java.

Member Data Documentation

final int org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.binEnd
private
final BINRange org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.binRange
private

Definition at line 1728 of file Accounts.java.

final int org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.binStart
private
final long org.sleuthkit.autopsy.datamodel.accounts.Accounts.BinResult.count
private

The number of accounts with this BIN

Definition at line 1726 of file Accounts.java.


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

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