DeviceMerkleTree

public class DeviceMerkleTree
extends Object

java.lang.Object
   ↳ com.android.tradefed.build.content.DeviceMerkleTree


根据设备内容信息计算 Merkle 树。

摘要

公共构造函数

DeviceMerkleTree()

公共方法

static Digest buildFromContext(ContentAnalysisContext context, AnalysisHeuristic analysisLevel)

根据设备内容信息构建 Merkle 树并返回根摘要

static Digest buildFromContext(ContentAnalysisContext context, AnalysisHeuristic analysisLevel, DeviceImagePartition deviceImagePartition)

公共构造函数

DeviceMerkleTree

public DeviceMerkleTree ()

公共方法

buildFromContext

public static Digest buildFromContext (ContentAnalysisContext context, 
                AnalysisHeuristic analysisLevel)

根据设备内容信息构建 Merkle 树并返回根摘要

参数
context ContentAnalysisContext

analysisLevel AnalysisHeuristic

返回
Digest

buildFromContext

public static Digest buildFromContext (ContentAnalysisContext context, 
                AnalysisHeuristic analysisLevel, 
                DeviceImagePartition deviceImagePartition)

参数
context ContentAnalysisContext

analysisLevel AnalysisHeuristic

deviceImagePartition DeviceImagePartition

返回值
Digest