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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DURIName.java86 private DNSName hostDNS;
133 hostDNS = new DNSName(host);
169 DNSName hostDNS;
171 hostDNS = new DNSName(host.substring(1));
173 hostDNS = new DNSName(host);
186 URIName(URI uri, String host, DNSName hostDNS) {
269 * DNSName, then this host object does not include any
272 * @returns host name as DNSName or IPAddressName
341 !(otherHostObject instanceof DNSName)) {
348 DNSName otherDN
[all...]
H A DDNSName.java34 * This class implements the DNSName as required by the GeneralNames
51 public class DNSName implements GeneralNameInterface { class in inherits:GeneralNameInterface
59 * Create the DNSName object from the passed encoded Der value.
61 * @param derValue the encoded DER DNSName.
64 public DNSName(DerValue derValue) throws IOException { method in class:DNSName
69 * Create the DNSName object with the specified name.
71 * @param name the DNSName.
72 * @throws IOException if the name is not a valid DNSName subjectAltName
74 public DNSName(String name) throws IOException { method in class:DNSName
90 throw new IOException("DNSName SubjectAltName
[all...]
H A DGeneralName.java113 name = new DNSName(encName);
H A DGeneralSubtrees.java257 newName = new GeneralName(new DNSName(""));
H A DX509CertImpl.java1540 nameEntry.add(((DNSName) name).getName());
/openjdk7/jdk/test/sun/security/x509/equalNames/
H A DAltNamesEqualsTest.java54 private DNSName dnsName, dnsNameSame, dnsNameDiff;
75 dnsName = new DNSName(baseDNSName);
76 dnsNameSame = new DNSName(baseDNSNameSame);
77 dnsNameDiff = new DNSName(baseDNSNameDiff);
/openjdk7/jdk/test/sun/security/util/BitArray/
H A DNamedBitList.java34 import sun.security.x509.DNSName;
47 gns.add(new GeneralName(new DNSName("dns")));
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CertSelector.java915 result = new DNSName((String)name);
952 result = new DNSName(val);
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java3680 case 2: gn = new DNSName(v); break;

Completed in 46 milliseconds