HomeSort by relevance Sort by last modified time
    Searched refs:DNSName (Results 1 - 13 of 13) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
URIName.java 86 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 otherDNS = (DNSName) otherHostObject
    [all...]
DNSName.java 34 * This class implements the DNSName as required by the GeneralNames
38 * label, the domain name MUST be stored in the dNSName (an IA5String).
43 * extensions with a dNSName " " are not permitted. Finally, the use of
51 public class DNSName implements 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 {
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 subjectAltNam
    [all...]
GeneralName.java 40 * dNSName [2] IA5String,
113 name = new DNSName(encName);
GeneralSubtrees.java 257 newName = new GeneralName(new DNSName(""));
X509CertImpl.java     [all...]
  /system/netd/tests/
dns_responder.cpp 142 struct DNSName {
152 const char* DNSName::toString() const {
156 const char* DNSName::read(const char* buffer, const char* buffer_end) {
169 char* DNSName::write(char* buffer, const char* buffer_end) const {
199 const char* DNSName::parseField(const char* buffer, const char* buffer_end,
230 DNSName qname;
274 DNSName name;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpssdk.h 35 LPBYTE DNSName;
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 66 import sun.security.x509.DNSName;
511 GeneralName san2 = new GeneralName(new DNSName("dNSName"));
640 GeneralName san2 = new GeneralName(new DNSName("dNSName"));
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 34 public static final int DNSName = 2;
OSUSocketFactory.java 172 if (name.size() >= SPVerifier.DNSName &&
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java     [all...]
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 436 milliseconds