Home
last modified time | relevance | path

Searched refs:v3SignerConfigs (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/
DDefaultApkSignerEngine.java434 List<ApkSigningBlockUtils.SignerConfig> v3SignerConfigs) { in processV31SignerConfigs() argument
437 if (v3SignerConfigs.size() == 1) { in processV31SignerConfigs()
443 int signerMinSdkVersion = v3SignerConfigs.stream().mapToInt( in processV31SignerConfigs()
446 Iterator<ApkSigningBlockUtils.SignerConfig> v3SignerIterator = v3SignerConfigs.iterator(); in processV31SignerConfigs()
1078 List<ApkSigningBlockUtils.SignerConfig> v3SignerConfigs = in outputZipSectionsInternal() local
1081 v3SignerConfigs); in outputZipSectionsInternal()
1094 zipCentralDirectory, eocd, v3SignerConfigs) in outputZipSectionsInternal()