Home
last modified time | relevance | path

Searched defs:URIName (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DURIName.java29 public class URIName implements sun.security.x509.GeneralNameInterface { class
31 public URIName(sun.security.util.DerValue derValue) throws java.io.IOException { in URIName() method in URIName
35 public URIName(java.lang.String name) throws java.io.IOException { in URIName() method in URIName
39 URIName(java.net.URI uri, java.lang.String host, sun.security.x509.DNSName hostDNS) { in URIName() method in URIName
/libcore/ojluni/src/main/java/sun/security/x509/
DURIName.java81 public class URIName implements GeneralNameInterface { class
95 public URIName(DerValue derValue) throws IOException { in URIName() method in URIName
105 public URIName(String name) throws IOException { in URIName() method in URIName
183 URIName(URI uri, String host, DNSName hostDNS) { in URIName() method in URIName