Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4SchemeVerifier.java19 import static com.android.apksig.internal.apk.ApkSigningBlockUtils.toHex;
206 ApkSigningBlockUtils.toHex(certificatePublicKeyBytes), in parseAndVerifySignatureBlock()
207 ApkSigningBlockUtils.toHex(publicKeyBytes)); in parseAndVerifySignatureBlock()
234 toHex(expectedDigest), in verifyRootHashAndTree()
235 toHex(actualDigest)); in verifyRootHashAndTree()
243 toHex(expectedDigest), in verifyRootHashAndTree()
244 toHex(actualDigest)); in verifyRootHashAndTree()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/stamp/
DSourceStampVerifier.java182 ApkSigningBlockUtils.toHex(sourceStampBlockCertificateDigest), in verifySourceStampCertificate()
183 ApkSigningBlockUtils.toHex(sourceStampCertificateDigest)); in verifySourceStampCertificate()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
DV2SchemeVerifier.java385 ApkSigningBlockUtils.toHex(certificatePublicKeyBytes), in parseSigner()
386 ApkSigningBlockUtils.toHex(publicKeyBytes)); in parseSigner()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java262 toHex(expectedDigest), in verifyIntegrity()
263 toHex(actualDigest)); in verifyIntegrity()
268 toHex(expectedDigest), in verifyIntegrity()
269 toHex(actualDigest)); in verifyIntegrity()
422 public static String toHex(byte[] value) { in toHex() method in ApkSigningBlockUtils
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
DV3SchemeVerifier.java447 ApkSigningBlockUtils.toHex(certificatePublicKeyBytes), in parseSigner()
448 ApkSigningBlockUtils.toHex(publicKeyBytes)); in parseSigner()