Searched refs:jcaDigestAlgorithm (Results 1 – 2 of 2) sorted by relevance
934 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestDigest() local935 byte[] actual = digest(jcaDigestAlgorithm, manifestBytes); in verifyManifestDigest()941 jcaDigestAlgorithm, in verifyManifestDigest()972 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestMainSectionDigest() local975 jcaDigestAlgorithm, in verifyManifestMainSectionDigest()983 jcaDigestAlgorithm, in verifyManifestMainSectionDigest()1024 String jcaDigestAlgorithm = expectedDigest.jcaDigestAlgorithm; in verifyManifestIndividualSectionDigest() local1027 jcaDigestAlgorithm, in verifyManifestIndividualSectionDigest()1036 jcaDigestAlgorithm, in verifyManifestIndividualSectionDigest()1194 String jcaDigestAlgorithm, String attrNameSuffix) { in getJarDigestAttributeName() argument[all …]
539 if (digestToVerify.jcaDigestAlgorithm.equals(alg)) { in initWith()1412 private GetJarEntryDataDigestRequest(String entryName, String jcaDigestAlgorithm) { in GetJarEntryDataDigestRequest() argument1414 mJcaDigestAlgorithm = jcaDigestAlgorithm; in GetJarEntryDataDigestRequest()