Searched refs:toHex (Results 1 – 5 of 5) sorted by relevance
19 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()
182 ApkSigningBlockUtils.toHex(sourceStampBlockCertificateDigest), in verifySourceStampCertificate()183 ApkSigningBlockUtils.toHex(sourceStampCertificateDigest)); in verifySourceStampCertificate()
385 ApkSigningBlockUtils.toHex(certificatePublicKeyBytes), in parseSigner()386 ApkSigningBlockUtils.toHex(publicKeyBytes)); in parseSigner()
262 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
447 ApkSigningBlockUtils.toHex(certificatePublicKeyBytes), in parseSigner()448 ApkSigningBlockUtils.toHex(publicKeyBytes)); in parseSigner()