Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static String | convertToE164 (String phoneNumber) |
static String | convertToInternational (String phoneNumber) |
static String | getCountryCode (String phoneNumber) |
Private Member Functions | |
PhoneNumUtil () | |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(PhoneNumUtil.class.getName()) |
Class to format and get information from a phone number
Definition at line 31 of file PhoneNumUtil.java.
|
private |
Definition at line 35 of file PhoneNumUtil.java.
|
static |
Convert a phone number to the E164 format
phoneNumber |
Definition at line 70 of file PhoneNumUtil.java.
References org.sleuthkit.autopsy.communications.relationships.PhoneNumUtil.getCountryCode().
|
static |
Convert a phone number to the International format
phoneNumber |
Definition at line 94 of file PhoneNumUtil.java.
References org.sleuthkit.autopsy.communications.relationships.PhoneNumUtil.getCountryCode().
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
|
static |
Get the country code from a phone number
phoneNumber |
Definition at line 44 of file PhoneNumUtil.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.PhoneNumUtil.convertToE164(), org.sleuthkit.autopsy.communications.relationships.PhoneNumUtil.convertToInternational(), and org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
|
staticprivate |
Definition at line 33 of file PhoneNumUtil.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.