Searched refs:jcaDigestAlgorithm (Results 1 – 2 of 2) sorted by relevance
936 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestDigest() local937 byte[] actual = digest(jcaDigestAlgorithm, manifestBytes); in verifyManifestDigest()943 jcaDigestAlgorithm, in verifyManifestDigest()974 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestMainSectionDigest() local977 jcaDigestAlgorithm, in verifyManifestMainSectionDigest()985 jcaDigestAlgorithm, in verifyManifestMainSectionDigest()1026 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestIndividualSectionDigest() local1029 jcaDigestAlgorithm, in verifyManifestIndividualSectionDigest()1038 jcaDigestAlgorithm, in verifyManifestIndividualSectionDigest()1196 String jcaDigestAlgorithm, String attrNameSuffix) { in getJarDigestAttributeName() argument[all …]
506 if (digestToVerify.jcaDigestAlgorithm.equals(alg)) { in initWith()1290 private GetJarEntryDataDigestRequest(String entryName, String jcaDigestAlgorithm) { in GetJarEntryDataDigestRequest() argument1292 mJcaDigestAlgorithm = jcaDigestAlgorithm; in GetJarEntryDataDigestRequest()