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