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