Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeSigner.java72 private final int mBlockId; field in V3SchemeSigner
89 mBlockId = blockId; in V3SchemeSigner()
262 mBlockId); in generateApkSignatureSchemeV3Block()
386 && mBlockId == V3SchemeConstants.APK_SIGNATURE_SCHEME_V31_BLOCK_ID) { in generateAdditionalAttributes()
390 && mBlockId == V3SchemeConstants.APK_SIGNATURE_SCHEME_V3_BLOCK_ID) { in generateAdditionalAttributes()
433 private int mBlockId = V3SchemeConstants.APK_SIGNATURE_SCHEME_V3_BLOCK_ID; field in V3SchemeSigner.Builder
466 mBlockId = blockId; in setBlockId()
526 mBlockId, in build()
DV3SchemeVerifier.java80 private final int mBlockId; field in V3SchemeVerifier
104 mBlockId = blockId; in V3SchemeVerifier()
163 ApkSigningBlockUtils.findSignature(mApk, mZipSections, mBlockId, mResult); in verify()
294 ApkSigningBlockUtils.findSignature(mApk, mZipSections, mBlockId, mResult); in parseSigners()
596 if (mBlockId != V3SchemeConstants.APK_SIGNATURE_SCHEME_V31_BLOCK_ID) { in parseSigner()
635 private int mBlockId = V3SchemeConstants.APK_SIGNATURE_SCHEME_V3_BLOCK_ID; field in V3SchemeVerifier.Builder
680 mBlockId = blockId; in setBlockId()
741 switch (mBlockId) { in build()
757 mBlockId)); in build()
774 mBlockId, in build()