Sleuth Kit Java Bindings (JNI)
4.9.0
Java bindings for using The Sleuth Kit
|
Classes | |
class | Type |
Public Member Functions | |
boolean | equals (Object obj) |
long | getAccountID () |
Account.Type | getAccountType () |
String | getTypeSpecificID () |
int | hashCode () |
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.
boolean org.sleuthkit.datamodel.Account.equals | ( | Object | obj | ) |
Definition at line 200 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 186 of file Account.java.
Referenced by org.sleuthkit.datamodel.CommunicationsManager.getRelationshipSources(), and org.sleuthkit.datamodel.CommunicationsManager.getRelationshipSourcesCount().
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 167 of file Account.java.
Referenced by org.sleuthkit.datamodel.blackboardutils.CommunicationArtifactsHelper.addCalllog(), org.sleuthkit.datamodel.blackboardutils.CommunicationArtifactsHelper.addMessage(), and org.sleuthkit.datamodel.CommunicationsManager.getAccountFileInstances().
int org.sleuthkit.datamodel.Account.hashCode | ( | ) |
Definition at line 191 of file Account.java.
References org.sleuthkit.datamodel.Account.hashCode().
Referenced by org.sleuthkit.datamodel.AccountDeviceInstance.hashCode(), and org.sleuthkit.datamodel.Account.hashCode().
Copyright © 2011-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.