Checksum.TypePartialMerkleRoot1mSha256 字段

定义

注意

This constant will be removed in the future version. Use Android.Content.PM.ChecksumType enum directly instead of this field.

基于受保护内容计算的 1M Merkle 树的根 SHA256 哈希。

[Android.Runtime.Register("TYPE_PARTIAL_MERKLE_ROOT_1M_SHA256", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ChecksumType enum directly instead of this field.", true)]
public const Android.Content.PM.ChecksumType TypePartialMerkleRoot1mSha256 = 32;
[<Android.Runtime.Register("TYPE_PARTIAL_MERKLE_ROOT_1M_SHA256", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ChecksumType enum directly instead of this field.", true)>]
val mutable TypePartialMerkleRoot1mSha256 : Android.Content.PM.ChecksumType

字段值

Value = 32

实现

属性

注解

基于受保护内容计算的 1M Merkle 树的根 SHA256 哈希。 排除签名块。 请参阅 APK 签名方案 V2

适用于 . 的 android.content.pm.Checksum.TYPE_PARTIAL_MERKLE_ROOT_1M_SHA256Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于