Home
last modified time | relevance | path

Searched refs:uriString (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DRevocationChecker.java166 private static URI toURI(String uriString) in toURI() argument
170 if (uriString != null) { in toURI()
171 return new URI(uriString); in toURI()