SigningInfoVersion Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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 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 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. |