Searched refs:secType (Results 1 – 1 of 1) sorted by relevance
389 String secType = typeToUri(sec.getType()); in toUri() local390 if (secType == null) continue; // skip unsupported secondary identifier in toUri()391 uri.appendQueryParameter(secType, valueToUri(sec)); in toUri()