Searched refs:stdAlg (Results 1 – 1 of 1) sorted by relevance
983 String stdAlg = value; in parseLegacyPut() local991 ServiceKey key = new ServiceKey(type, stdAlg, true); in parseLegacyPut()996 s.algorithm = stdAlg; in parseLegacyPut()1010 String stdAlg = typeAndAlg[1].intern(); in parseLegacyPut() local1012 ServiceKey key = new ServiceKey(type, stdAlg, true); in parseLegacyPut()1017 s.algorithm = stdAlg; in parseLegacyPut()1026 String stdAlg = attributeString.substring(0, i).intern(); in parseLegacyPut() local1033 ServiceKey key = new ServiceKey(type, stdAlg, true); in parseLegacyPut()1038 s.algorithm = stdAlg; in parseLegacyPut()