Autopsy  4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.TextConverter Class Reference

Static Public Member Functions

static byte[] base64Decode (String property)
 
static String base64Encode (byte[] bytes)
 
static String convertHexTextToText (String property) throws TextConverterException
 
static String convertTextToHexText (String property) throws TextConverterException
 

Static Private Attributes

static final byte[] SALT = {(byte) 0xde, (byte) 0x33, (byte) 0x10, (byte) 0x12, (byte) 0xde, (byte) 0x33, (byte) 0x10, (byte) 0x12}
 
static final char[] TMP = "hgleri21auty84fwe".toCharArray()
 

Detailed Description

Provides ability to convert text to hex text.

Definition at line 33 of file TextConverter.java.

Member Function Documentation

static byte [] org.sleuthkit.autopsy.coreutils.TextConverter.base64Decode ( String  property)
static
static String org.sleuthkit.autopsy.coreutils.TextConverter.base64Encode ( byte[]  bytes)
static
static String org.sleuthkit.autopsy.coreutils.TextConverter.convertHexTextToText ( String  property) throws TextConverterException
static
static String org.sleuthkit.autopsy.coreutils.TextConverter.convertTextToHexText ( String  property) throws TextConverterException
static

Member Data Documentation

final byte [] org.sleuthkit.autopsy.coreutils.TextConverter.SALT = {(byte) 0xde, (byte) 0x33, (byte) 0x10, (byte) 0x12, (byte) 0xde, (byte) 0x33, (byte) 0x10, (byte) 0x12}
staticprivate

Definition at line 36 of file TextConverter.java.

final char [] org.sleuthkit.autopsy.coreutils.TextConverter.TMP = "hgleri21auty84fwe".toCharArray()
staticprivate

Definition at line 35 of file TextConverter.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.