Searched refs:signatureBlock (Results 1 – 6 of 6) sorted by relevance
30 public final @NonNull ByteBuffer signatureBlock; field in SignatureInfo44 SignatureInfo(@NonNull ByteBuffer signatureBlock, long apkSigningBlockOffset, in SignatureInfo() argument46 this.signatureBlock = signatureBlock; in SignatureInfo()
169 ByteBuffer sourceStampBlock = signatureInfo.signatureBlock; in verify()349 getApkContentDigestsFromSignatureBlock(v3SignatureInfo.signatureBlock)); in getSignatureSchemeApkContentDigests()360 getApkContentDigestsFromSignatureBlock(v2SignatureInfo.signatureBlock)); in getSignatureSchemeApkContentDigests()378 ByteBuffer signatureBlock) throws IOException { in getApkContentDigestsFromSignatureBlock() argument380 ByteBuffer signers = getLengthPrefixedSlice(signatureBlock); in getApkContentDigestsFromSignatureBlock()
185 signers = getLengthPrefixedSlice(signatureInfo.signatureBlock); in verify()
214 signers = getLengthPrefixedSlice(signatureInfo.signatureBlock); in verify()
131 public static boolean verifyPkcs7DetachedSignature(@NonNull byte[] signatureBlock, in verifyPkcs7DetachedSignature() argument141 signatureBlock); in verifyPkcs7DetachedSignature()
56841 Landroid/util/apk/SignatureInfo;->signatureBlock:Ljava/nio/ByteBuffer;