Sleuth Kit Java Bindings (JNI)
4.6.0
Java bindings for using The Sleuth Kit
|
Classes | |
class | Type |
Public Member Functions | |
long | getAccountID () |
Account.Type | getAccountType () |
String | getTypeSpecificID () |
An entity that has a type and a unique (within that type) identifier . Example types include a Bank Account, Credit Card, Email address, Phone number, phone, Application, Web-site login, etc. Accounts are unique to the case.
Definition at line 30 of file Account.java.
long org.sleuthkit.datamodel.Account.getAccountID | ( | ) |
Gets a case-specific unique identifier for this account (from the database)
Definition at line 160 of file Account.java.
Account.Type org.sleuthkit.datamodel.Account.getAccountType | ( | ) |
String org.sleuthkit.datamodel.Account.getTypeSpecificID | ( | ) |
Gets unique identifier (assigned by a provider) for the account. Example includes an email address, a phone number, or a website username.
Definition at line 141 of file Account.java.
Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.