Autopsy 4.23.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
McpServer.java File Reference
import com.fasterxml.jackson.databind.ObjectMapper;
import io.javalin.Javalin;
import io.javalin.http.Context;
import io.javalin.apibuilder.ApiBuilder.*;
import org.sleuthkit.autopsy.casemodule.Case;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.StandardOpenOption;
import java.security.SecureRandom;
import java.util.Base64;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Properties;
import java.util.logging.Level;
import java.util.logging.Logger;

Go to the source code of this file.

Classes

class  org.sleuthkit.autopsy.mcp.McpServer

Packages

package  org.sleuthkit.autopsy.mcp

Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.