DeviceMerkleTree
public
class
DeviceMerkleTree
extends Object
java.lang.Object | |
↳ | com.android.tradefed.build.content.DeviceMerkleTree |
Compute a MerkleTree from the device content information.
Summary
Public constructors | |
---|---|
DeviceMerkleTree()
|
Public methods | |
---|---|
static
Digest
|
buildFromContext(ContentAnalysisContext context)
Builds a merkle tree and returns the root digest from the device content information |
Public constructors
DeviceMerkleTree
public DeviceMerkleTree ()
Public methods
buildFromContext
public static Digest buildFromContext (ContentAnalysisContext context)
Builds a merkle tree and returns the root digest from the device content information
Parameters | |
---|---|
context |
ContentAnalysisContext |
Returns | |
---|---|
Digest |