Searched refs:alg (Results 1 – 6 of 6) sorted by relevance
76 for (SignatureAlgorithm alg : values()) { in fromKeyAlgorithm()77 if (alg.keyAlgorithm.equalsIgnoreCase(keyAlgorithm)) { in fromKeyAlgorithm()78 if (alg.minSdkVersion > minSdkVersion) { in fromKeyAlgorithm()82 + alg.minSdkVersion); in fromKeyAlgorithm()85 return alg; in fromKeyAlgorithm()
185 for (SignatureAlgorithm alg : SignatureAlgorithm.values()) { in findById()186 if (alg.getId() == id) { in findById()187 return alg; in findById()
1130 String alg = tokens.nextToken(); in getDigestsToVerify() local1131 String attrName = alg + digestAttrSuffix; in getDigestsToVerify()1137 alg = getCanonicalJcaMessageDigestAlgorithm(alg); in getDigestsToVerify()1138 if ((alg == null) in getDigestsToVerify()1139 || (getMinSdkVersionFromWhichSupportedInManifestOrSignatureFile(alg) in getDigestsToVerify()1145 result.add(new NamedDigest(alg, base64Decoder.decode(digestBase64))); in getDigestsToVerify()1157 for (String alg : JB_MR2_AND_NEWER_DIGEST_ALGS) { in getDigestsToVerify()1158 String attrName = getJarDigestAttributeName(alg, digestAttrSuffix); in getDigestsToVerify()1165 byte[] digestInResult = getDigest(result, alg); in getDigestsToVerify()1167 result.add(new NamedDigest(alg, digest)); in getDigestsToVerify()
384 long locateFree(long size, long alignOffset, long align, @Nonnull PositionAlgorithm alg) { in locateFree() argument390 switch (alg) { in locateFree()468 if (alg == PositionAlgorithm.FIRST_FIT) { in locateFree()
495 String alg = V1SchemeSigner.getJcaMessageDigestAlgorithm(mV1ContentDigestAlgorithm); in initWith() local506 if (digestToVerify.jcaDigestAlgorithm.equals(alg)) { in initWith()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...