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

  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceInfo.java 171 * @param dnsName dns name
176 static String createRequest(String dnsName, int dnsType, int version) {
187 dnsName = dnsName.toLowerCase(Locale.ROOT); // TODO: is this right?
189 sb.append(compressDnsName(dnsName));
201 * @param dnsName dns name
204 private static String compressDnsName(String dnsName) {
210 String data = sVmPacket.get(dnsName);
215 int i = dnsName.indexOf('.');
217 if (dnsName.length() > 0)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
URIName.java 86 private DNSName hostDNS;
132 hostDNS = new DNSName(host);
167 DNSName hostDNS;
169 hostDNS = new DNSName(host.substring(1));
171 hostDNS = new DNSName(host);
183 URIName(URI uri, String host, DNSName hostDNS) {
266 * DNSName, then this host object does not include any
269 * @returns host name as DNSName or IPAddressName
338 !(otherHostObject instanceof DNSName)) {
345 DNSName otherDNS = (DNSName) otherHostObject
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify_test.go 25 dnsName string
40 dnsName: "www.google.com",
52 dnsName: "www.google.com",
63 dnsName: "WwW.GooGLE.coM",
74 dnsName: "www.example.com",
83 dnsName: "www.example.com",
91 dnsName: "www.google.com",
103 dnsName: "www.google.com",
138 dnsName: "www.google.com",
197 dnsName: "secure.iddl.vt.edu"
    [all...]
x509.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
verify_test.go 25 dnsName string
40 dnsName: "www.google.com",
52 dnsName: "www.google.com",
63 dnsName: "WwW.GooGLE.coM",
74 dnsName: "www.example.com",
83 dnsName: "www.example.com",
91 dnsName: "www.google.com",
103 dnsName: "www.google.com",
138 dnsName: "www.google.com",
197 dnsName: "secure.iddl.vt.edu"
    [all...]
x509.go     [all...]
  /external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
TestKeyStore.java 451 public Builder addSubjectAltNameDnsName(String dnsName) {
453 new GeneralName(GeneralName.dNSName, dnsName));
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/
aws-java-sdk-opsworks-1.11.18.jar 

Completed in 345 milliseconds