Searched refs:toFormattedDigest (Results 1 – 2 of 2) sorted by relevance
74 private static final byte[] FORMATTED_SAMPLE_DIGEST = toFormattedDigest(SAMPLE_DIGEST);124 mContentSigner, mCertificateHolder, toFormattedDigest(anotherDigest)); in testOnlyAcceptGoodSignature()253 private static byte[] toFormattedDigest(byte[] digest) { in toFormattedDigest() method in VerityUtilsTest254 return VerityUtils.toFormattedDigest(digest); in toFormattedDigest()
140 new CMSProcessableByteArray(toFormattedDigest(digest)), in verifyPkcs7DetachedSignature()244 public static byte[] toFormattedDigest(byte[] digest) { in toFormattedDigest() method in VerityUtils