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 树,并从设备内容信息返回根摘要

公共构造函数

DeviceMerkleTree

public DeviceMerkleTree ()

公共方法

buildFromContext

public static Digest buildFromContext (ContentAnalysisContext context, 
                AnalysisHeuristic analysisLevel)

构建一个 Merkle 树,并从设备内容信息返回根摘要

参数
context ContentAnalysisContext

analysisLevel AnalysisHeuristic

返回
Digest