Home
last modified time | relevance | path

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

/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
156 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 URIName
223 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()
DGeneralName.java122 name = (nameConstraint ? URIName.nameConstraint(encName) : in GeneralName()
123 new URIName(encName)); in GeneralName()
DGeneralSubtrees.java269 newName = new GeneralName(new URIName("")); in createWidestSubtree()
DX509CertImpl.java1579 nameEntry.add(((URIName) name).getName()); in makeAltNames()
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DURIName.java31 public class URIName implements sun.security.x509.GeneralNameInterface { class
33 public URIName(sun.security.util.DerValue derValue) throws java.io.IOException { in URIName() method in URIName
37 public URIName(java.lang.String name) throws java.io.IOException { in URIName() method in URIName
41 URIName(java.net.URI uri, java.lang.String host, sun.security.x509.DNSName hostDNS) { in URIName() method in URIName
45 public static sun.security.x509.URIName nameConstraint(sun.security.util.DerValue value) in nameConstraint()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DOCSP.java53 import sun.security.x509.URIName;
330 URIName uri = (URIName) generalName.getName(); in getResponderURI()
DURICertStore.java57 import sun.security.x509.URIName;
216 if (!(gn instanceof URIName)) { in getInstance()
219 URI uri = ((URIName) gn).getURI(); in getInstance()
DDistributionPointFetcher.java188 URIName uriName = (URIName)name.getName(); in getCRLs()
228 private static X509CRL getCRL(URIName name) throws CertStoreException { in getCRL()
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java78 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()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java921 result = new URIName((String)name); in makeGeneralNameInterface()
964 result = new URIName(val); in makeGeneralNameInterface()
/libcore/
Dopenjdk_java_files.bp1753 "ojluni/src/main/java/sun/security/x509/URIName.java",