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 | |
CALL_TYPE =("call type", null) | |
DELETED =("deleted", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_ISDELETED) | |
DIRECTION =("direction", null) | |
DURATION =("duration", null) | |
FROM =("from", null) | |
INDEX =("index", null) | |
NAME =("name", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_NAME) | |
NAME_MATCHED =("name (matched)", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_NAME) | |
NUMBER =("number", null) | |
STORAGE =("storage", null) | |
TEL =("tel", null) | |
TIME =("time", null) | |
TO =("to", null) | |
TYPE =("type", null) | |
Private Attributes | |
final String | name |
final BlackboardAttribute.ATTRIBUTE_TYPE | type |
All of the known XRY keys for call reports and their corresponding blackboard attribute types, if any.
Definition at line 50 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.XryKey | ( | String | name, |
BlackboardAttribute.ATTRIBUTE_TYPE | type | ||
) |
Definition at line 69 of file XRYCallsFileParser.java.
|
static |
Indicates if the display name of the XRY key is a recognized type.
Definition at line 81 of file XRYCallsFileParser.java.
References org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.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 97 of file XRYCallsFileParser.java.
Referenced by org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.contains().
BlackboardAttribute.ATTRIBUTE_TYPE org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.getType | ( | ) |
Definition at line 74 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.CALL_TYPE =("call type", null) |
Definition at line 54 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.DELETED =("deleted", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_ISDELETED) |
Definition at line 59 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.DIRECTION =("direction", null) |
Definition at line 53 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.DURATION =("duration", null) |
Definition at line 60 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.FROM =("from", null) |
Definition at line 58 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.INDEX =("index", null) |
Definition at line 62 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.NAME =("name", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_NAME) |
Definition at line 64 of file XRYCallsFileParser.java.
|
private |
Definition at line 66 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.NAME_MATCHED =("name (matched)", BlackboardAttribute.ATTRIBUTE_TYPE.TSK_NAME) |
Definition at line 51 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.NUMBER =("number", null) |
Definition at line 55 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.STORAGE =("storage", null) |
Definition at line 61 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.TEL =("tel", null) |
Definition at line 56 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.TIME =("time", null) |
Definition at line 52 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.TO =("to", null) |
Definition at line 57 of file XRYCallsFileParser.java.
org.sleuthkit.autopsy.datasourceprocessors.xry.XRYCallsFileParser.XryKey.TYPE =("type", null) |
Definition at line 63 of file XRYCallsFileParser.java.
|
private |
Definition at line 67 of file XRYCallsFileParser.java.
Copyright © 2012-2022 Basis Technology. Generated on: Sat Apr 1 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.