Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
XryKey (String name, BlackboardAttribute.ATTRIBUTE_TYPE type) | |
BlackboardAttribute.ATTRIBUTE_TYPE | getType () |
Static Public Member Functions | |
static boolean | contains (String key) |
static XryKey | fromDisplayName (String key) |
Public Attributes | |
ACCOUNT_NAME =("account name", null) | |
ADDRESS_HOME =("address home", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_LOCATION) | |
DELETED =("deleted", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_ISDELETED) | |
EMAIL_HOME =("email home", null) | |
HOME =("home", null) | |
INDEX =("index", null) | |
MOBILE =("mobile", null) | |
NAME =("name", null) | |
OTHER =("other", null) | |
PICTURE =("picture", null) | |
RELATED_APPLICATION =("related application", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_PROG_NAME) | |
STORAGE =("storage", null) | |
TEL =("tel", null) | |
Private Attributes | |
final String | name |
final BlackboardAttribute.ATTRIBUTE_TYPE | type |
Enum containing all known keys for contacts and their corresponding blackboard attribute. Some keys are intentionally null, because they are handled as special cases in makeArtifact(). Some are null because there's not an appropriate attribute type.
Definition at line 158 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.XryKey | ( | String | name, |
BlackboardAttribute.ATTRIBUTE_TYPE | type | ||
) |
Definition at line 177 of file XRYContactsFileParser.java.
|
static |
Indicates if the display name of the XRY key is a recognized type.
Definition at line 189 of file XRYContactsFileParser.java.
References org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.fromDisplayName().
|
static |
Matches the display name of the xry key to the appropriate enum type.
It is assumed that XRY key string is recognized. Otherwise, an IllegalArgumentException is thrown. Test all membership with contains() before hand.
Definition at line 205 of file XRYContactsFileParser.java.
Referenced by org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.contains().
BlackboardAttribute.ATTRIBUTE_TYPE org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.getType | ( | ) |
Definition at line 182 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.ACCOUNT_NAME =("account name", null) |
Definition at line 172 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.ADDRESS_HOME =("address home", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_LOCATION) |
Definition at line 164 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.DELETED =("deleted", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_ISDELETED) |
Definition at line 166 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.EMAIL_HOME =("email home", null) |
Definition at line 165 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.HOME =("home", null) |
Definition at line 162 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.INDEX =("index", null) |
Definition at line 171 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.MOBILE =("mobile", null) |
Definition at line 161 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.NAME =("name", null) |
Definition at line 159 of file XRYContactsFileParser.java.
|
private |
Definition at line 174 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.OTHER =("other", null) |
Definition at line 169 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.PICTURE =("picture", null) |
Definition at line 170 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.RELATED_APPLICATION =("related application", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_PROG_NAME) |
Definition at line 163 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.STORAGE =("storage", null) |
Definition at line 168 of file XRYContactsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYContactsFileParser.XryKey.TEL =("tel", null) |
Definition at line 160 of file XRYContactsFileParser.java.
|
private |
Definition at line 175 of file XRYContactsFileParser.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.