Searched refs:URIName (Results 1 - 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
H A DURIName.java35 * This class implements the URIName as required by the GeneralNames
81 public class URIName implements GeneralNameInterface { class in inherits:GeneralNameInterface
90 * Create the URIName object from the passed encoded Der value.
92 * @param derValue the encoded DER URIName.
95 public URIName(DerValue derValue) throws IOException { method in class:URIName
100 * Create the URIName object with the specified name.
102 * @param name the URIName.
103 * @throws IOException if name is not a proper URIName
105 public URIName(String name) throws IOException { method in class:URIName
149 * Create the URIName objec
183 URIName(URI uri, String host, DNSName hostDNS) { method in class:URIName
[all...]
H A DGeneralName.java122 name = (nameConstraint ? URIName.nameConstraint(encName) :
123 new URIName(encName));
H A DGeneralSubtrees.java269 newName = new GeneralName(new URIName(""));
H A DX509CertImpl.java1579 nameEntry.add(((URIName) name).getName());
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DOCSP.java53 import sun.security.x509.URIName;
330 URIName uri = (URIName) generalName.getName();
H A DURICertStore.java57 import sun.security.x509.URIName;
216 if (!(gn instanceof URIName)) {
219 URI uri = ((URIName) gn).getURI();
H A DDistributionPointFetcher.java188 URIName uriName = (URIName)name.getName();
228 private static X509CRL getCRL(URIName name) throws CertStoreException {
/libcore/luni/src/test/java/tests/security/cert/
H A DX509CertSelectorTest.java78 import sun.security.x509.URIName;
517 GeneralName san6 = new GeneralName(new URIName("http://uniform.Resource.Id"));
1154 GeneralName san6 = new GeneralName(new URIName("http://uniform.Resource.Id"));
1384 GeneralName san6 = new GeneralName(new URIName("http://uniform.Resource.Id"));
2130 GeneralName san6 = new GeneralName(new URIName("http://uniform.Resource.Id"));
2191 gnList.add(((URIName) gn.getName()).getName());
/libcore/ojluni/src/main/java/java/security/cert/
H A DX509CertSelector.java921 result = new URIName((String)name);
964 result = new URIName(val);

Completed in 332 milliseconds