Searched refs:jcaDigestAlgorithm (Results 1 – 2 of 2) sorted by relevance
1458 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestDigest() local1459 byte[] actual = digest(jcaDigestAlgorithm, manifestBytes); in verifyManifestDigest()1465 jcaDigestAlgorithm, in verifyManifestDigest()1496 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestMainSectionDigest() local1499 jcaDigestAlgorithm, in verifyManifestMainSectionDigest()1507 jcaDigestAlgorithm, in verifyManifestMainSectionDigest()1548 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestIndividualSectionDigest() local1551 jcaDigestAlgorithm, in verifyManifestIndividualSectionDigest()1560 jcaDigestAlgorithm, in verifyManifestIndividualSectionDigest()1718 String jcaDigestAlgorithm, String attrNameSuffix) { in getJarDigestAttributeName() argument[all …]
443 .filter(d -> d.jcaDigestAlgorithm == alg) in initWith()1120 private GetJarEntryDataDigestRequest(String entryName, String jcaDigestAlgorithm) { in GetJarEntryDataDigestRequest() argument1122 mJcaDigestAlgorithm = jcaDigestAlgorithm; in GetJarEntryDataDigestRequest()