Searched refs:URIName (Results 1 – 11 of 11) sorted by relevance
81 public class URIName implements GeneralNameInterface { class95 public URIName(DerValue derValue) throws IOException { in URIName() method in URIName105 public URIName(String name) throws IOException { in URIName() method in URIName156 public static URIName nameConstraint(DerValue value) throws IOException { in nameConstraint()173 return new URIName(uri, host, hostDNS); in nameConstraint()183 URIName(URI uri, String host, DNSName hostDNS) { in URIName() method in URIName223 if (!(obj instanceof URIName)) { in equals()227 URIName other = (URIName) obj; in equals()329 String otherHost = ((URIName)inputName).getHost(); in constrains()335 Object otherHostObject = ((URIName)inputName).getHostObject(); in constrains()
122 name = (nameConstraint ? URIName.nameConstraint(encName) : in GeneralName()123 new URIName(encName)); in GeneralName()
269 newName = new GeneralName(new URIName("")); in createWidestSubtree()
1579 nameEntry.add(((URIName) name).getName()); in makeAltNames()
31 public class URIName implements sun.security.x509.GeneralNameInterface { class33 public URIName(sun.security.util.DerValue derValue) throws java.io.IOException { in URIName() method in URIName37 public URIName(java.lang.String name) throws java.io.IOException { in URIName() method in URIName41 URIName(java.net.URI uri, java.lang.String host, sun.security.x509.DNSName hostDNS) { in URIName() method in URIName45 public static sun.security.x509.URIName nameConstraint(sun.security.util.DerValue value) in nameConstraint()
53 import sun.security.x509.URIName;330 URIName uri = (URIName) generalName.getName(); in getResponderURI()
57 import sun.security.x509.URIName;216 if (!(gn instanceof URIName)) { in getInstance()219 URI uri = ((URIName) gn).getURI(); in getInstance()
188 URIName uriName = (URIName)name.getName(); in getCRLs()228 private static X509CRL getCRL(URIName name) throws CertStoreException { in getCRL()
78 import sun.security.x509.URIName;517 GeneralName san6 = new GeneralName(new URIName("http://uniform.Resource.Id")); in test_getPathToNames()1154 GeneralName san6 = new GeneralName(new URIName("http://uniform.Resource.Id")); in test_setPathToNamesLjava_util_Collection()1384 GeneralName san6 = new GeneralName(new URIName("http://uniform.Resource.Id")); in test_setSubjectAlternativeNamesLjava_util_Collection()2130 GeneralName san6 = new GeneralName(new URIName("http://uniform.Resource.Id")); in test_addSubjectAlternativeNameLintLjava_lang_String2()2191 gnList.add(((URIName) gn.getName()).getName()); in getGeneralNamePairList()
921 result = new URIName((String)name); in makeGeneralNameInterface()964 result = new URIName(val); in makeGeneralNameInterface()
1753 "ojluni/src/main/java/sun/security/x509/URIName.java",