Language

SigningInfoVersion Enum

Definition

public enum SigningInfoVersion
type SigningInfoVersion = 
Inheritance
SigningInfoVersion

Fields

Name Value Description
Jar 1

JAR signing (v1 scheme). See https://source.android.com/docs/security/features/apksigning#v1.

Android reference for android.content.pm.SigningInfo.VERSION_JAR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SigningBlockV2 2

APK signature scheme v2. See https://source.android.com/docs/security/features/apksigning/v2.

Android reference for android.content.pm.SigningInfo.VERSION_SIGNING_BLOCK_V2.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SigningBlockV3 3

APK signature scheme v3. See https://source.android.com/docs/security/features/apksigning/v3.

Android reference for android.content.pm.SigningInfo.VERSION_SIGNING_BLOCK_V3.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SigningBlockV4 4

APK signature scheme v4. See https://source.android.com/docs/security/features/apksigning/v4.

Android reference for android.content.pm.SigningInfo.VERSION_SIGNING_BLOCK_V4.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to