HomeSort by relevance Sort by last modified time
    Searched defs:DNS (Results 101 - 125 of 128) sorted by null

1 2 3 45 6

  /external/smack/src/org/xbill/DNS/
CERTRecord.java 3 package org.xbill.DNS;
6 import org.xbill.DNS.utils.*;
ExtendedResolver.java 3 package org.xbill.DNS;
IPSECKEYRecord.java 3 package org.xbill.DNS;
7 import org.xbill.DNS.utils.*;
86 "must be a DNS " +
LOCRecord.java 3 package org.xbill.DNS;
Master.java 3 package org.xbill.DNS;
9 * A DNS master file parser. This incrementally parses the file, returning
NSEC3Record.java 3 package org.xbill.DNS;
8 import org.xbill.DNS.utils.*;
RRset.java 3 package org.xbill.DNS;
SIGBase.java 3 package org.xbill.DNS;
7 import org.xbill.DNS.utils.*;
TKEYRecord.java 3 package org.xbill.DNS;
7 import org.xbill.DNS.utils.*;
TSIGRecord.java 3 package org.xbill.DNS;
7 import org.xbill.DNS.utils.*;
KEYRecord.java 3 package org.xbill.DNS;
319 * @throws DNSSEC.DNSSECException The PublicKey could not be converted into DNS
SimpleResolver.java 3 package org.xbill.DNS;
94 * @param addr The address of the DNS server
103 * DNS port)
104 * @param addr The address of the DNS server
264 throw new WireParseException("invalid DNS header - " +
TSIG.java 3 package org.xbill.DNS;
6 import org.xbill.DNS.utils.*;
Tokenizer.java 18 package org.xbill.DNS;
23 import org.xbill.DNS.utils.*;
26 * Tokenizer is used to parse DNS records and zones from text format,
Type.java 3 package org.xbill.DNS;
8 * Constants and functions relating to DNS Types
Zone.java 3 package org.xbill.DNS;
9 * A DNS Zone. This encapsulates all data related to a Zone, and provides
Cache.java 3 package org.xbill.DNS;
9 * A cache of DNS records. The cache obeys TTLs, so items are purged after
11 * avoid repeated failed DNS queries. The credibility of each RRset is
166 * @param dclass The DNS class of this cache
820 * Returns the DNS class of this cache.
Lookup.java 3 package org.xbill.DNS;
10 * The Lookup object issues queries to caching DNS servers. The input consists
12 * by default and used when possible to reduce the number of DNS requests.
168 * @throws TextParseException A name in the array is not a valid DNS name.
268 * @throws TextParseException The name is not a valid DNS name
282 * @throws TextParseException The name is not a valid DNS name
295 * @throws TextParseException The name is not a valid DNS name
327 * @throws TextParseException A name in the array is not a valid DNS name.
Message.java 3 package org.xbill.DNS;
9 * A DNS Message. A message is the basic unit of communication between
10 * the client and server of a DNS operation. A message consists of a Header
130 * Creates a new Message from its DNS wire format representation
131 * @param b A byte array containing the DNS Message.
499 * could happen if maxLength is smaller than a DNS header, for example.
Record.java 3 package org.xbill.DNS;
8 import org.xbill.DNS.utils.*;
11 * A generic DNS resource record. The specific record types extend this class.
104 * @param data The rdata of the record, in uncompressed DNS wire format. Only
134 * @param data The complete rdata of the record, in uncompressed DNS wire
205 * Builds a Record from DNS uncompressed wire format.
228 * Converts a Record into DNS uncompressed wire format.
255 * Converts a Record into canonical DNS uncompressed wire format (all names are
266 * Converts a Record into canonical DNS uncompressed wire format (all names are
275 * Converts the rdata in a Record into canonical DNS uncompressed wire forma
    [all...]
ResolverConfig.java 3 package org.xbill.DNS;
15 * <LI>The properties 'dns.server' and 'dns.search' (comma delimited lists)
17 * (which are resolved using Java's built in DNS support).
18 * <LI>The sun.net.dns.ResolverConfiguration class is queried.
129 * Servers are defined by dns.server=server1,server2...
130 * The search path is defined by dns.search=domain1,domain2...
139 prop = System.getProperty("dns.server");
146 prop = System.getProperty("dns.search");
157 * Uses the undocumented Sun DNS implementation to determine the configuration
    [all...]
ZoneTransferIn.java 2 // Parts of this are derived from lib/dns/xfrin.c from BIND 9; its copyright
22 package org.xbill.DNS;
29 * An incoming DNS Zone Transfer. To use this class, first initialize an
122 * @param r The DNS record.
329 * Sets an alternate DNS class for this zone transfer.
DNSSEC.java 3 package org.xbill.DNS;
15 * DNSSEC provides authentication for DNS information.
574 DSASignaturefromDNS(byte [] dns) throws DNSSECException, IOException {
575 if (dns.length != 1 + DSA_LEN * 2)
578 DNSInput in = new DNSInput(dns);
Name.java 3 package org.xbill.DNS;
339 * Create a new name from DNS a wire format message
340 * @param in A stream containing the DNS message which is currently
393 * Create a new name from DNS wire format
639 * Emit a Name in DNS wire format
640 * @param out The output stream containing the DNS message.
675 * Emit a Name in DNS wire format
686 * Emit a Name in canonical DNS wire format (all lowercase)
696 * Emit a Name in canonical DNS wire format (all lowercase)
717 * Emit a Name in DNS wire forma
    [all...]
WKSRecord.java 3 package org.xbill.DNS;

Completed in 932 milliseconds

1 2 3 45 6