Searched refs:schemeId (Results 1 – 2 of 2) sorted by relevance
/tools/apksig/src/main/java/com/android/apksig/ |
D | ApkVerifier.java | 937 DataSource apk, ApkUtils.ZipSections zipSections, int sdkVersion, int schemeId) in getSigningBlockResult() argument 947 schemeId, sdkVersion, sdkVersion)); in getSigningBlockResult() 956 Result result, int schemeId) { in getContentDigestsFromResult() argument 958 if (!(schemeId == VERSION_APK_SIGNATURE_SCHEME_V2 in getContentDigestsFromResult() 959 || schemeId == VERSION_APK_SIGNATURE_SCHEME_V3 in getContentDigestsFromResult() 960 || schemeId == VERSION_APK_SIGNATURE_SCHEME_V31)) { in getContentDigestsFromResult() 963 switch (schemeId) { in getContentDigestsFromResult() 1020 Result result, int sdkVersion, int schemeId) in getLineageFromResult() argument 1023 if (!(schemeId == VERSION_APK_SIGNATURE_SCHEME_V3 in getLineageFromResult() 1024 || schemeId == VERSION_APK_SIGNATURE_SCHEME_V31) in getLineageFromResult() [all …]
|
D | DefaultApkSignerEngine.java | 506 boolean apkSigningBlockPaddingSupported, int schemeId) throws InvalidKeyException { in createSigningBlockSignerConfigs() argument 513 signerConfig, apkSigningBlockPaddingSupported, schemeId)); in createSigningBlockSignerConfigs() 515 if (schemeId >= VERSION_APK_SIGNATURE_SCHEME_V3) { in createSigningBlockSignerConfigs() 520 signerConfig, apkSigningBlockPaddingSupported, schemeId)); in createSigningBlockSignerConfigs() 527 SignerConfig signerConfig, boolean apkSigningBlockPaddingSupported, int schemeId) in createSigningBlockSignerConfig() argument 539 switch (schemeId) { in createSigningBlockSignerConfig()
|