Searched refs:jcaDigestAlgorithm (Results 1 – 2 of 2) sorted by relevance
965 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestDigest() local966 byte[] actual = digest(jcaDigestAlgorithm, manifestBytes); in verifyManifestDigest()972 jcaDigestAlgorithm, in verifyManifestDigest()1003 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestMainSectionDigest() local1006 jcaDigestAlgorithm, in verifyManifestMainSectionDigest()1014 jcaDigestAlgorithm, in verifyManifestMainSectionDigest()1055 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestIndividualSectionDigest() local1058 jcaDigestAlgorithm, in verifyManifestIndividualSectionDigest()1067 jcaDigestAlgorithm, in verifyManifestIndividualSectionDigest()1225 String jcaDigestAlgorithm, String attrNameSuffix) { in getJarDigestAttributeName() argument[all …]
623 if (digestToVerify.jcaDigestAlgorithm.equals(alg)) { in initWith()1518 private GetJarEntryDataDigestRequest(String entryName, String jcaDigestAlgorithm) { in GetJarEntryDataDigestRequest() argument1520 mJcaDigestAlgorithm = jcaDigestAlgorithm; in GetJarEntryDataDigestRequest()