Searched refs:algs (Results 1 – 1 of 1) sorted by relevance
1124 String algs = section.getAttributeValue("Digest-Algorithms"); in getDigestsToVerify() local1125 if (algs == null) { in getDigestsToVerify()1126 algs = "SHA SHA1"; in getDigestsToVerify()1128 StringTokenizer tokens = new StringTokenizer(algs); in getDigestsToVerify()