Searched refs:DNSInput (Results 1 – 25 of 49) sorted by relevance
12
/external/smack/src/org/xbill/DNS/ |
D | DNSSEC.java | 323 readBigInteger(DNSInput in, int len) throws IOException { in readBigInteger() 329 readBigInteger(DNSInput in) { in readBigInteger() 345 DNSInput in = new DNSInput(r.getKey()); in toRSAPublicKey() 360 DNSInput in = new DNSInput(r.getKey()); in toDSAPublicKey() 418 DNSInput in = new DNSInput(r.getKey()); in toECDSAPublicKey() 578 DNSInput in = new DNSInput(dns); in DSASignaturefromDNS() 613 DNSInput in = new DNSInput(signature); in DSASignaturetoDNS() 657 DNSInput in = new DNSInput(signature); in ECDSASignaturefromDNS() 690 DNSInput in = new DNSInput(signature); in ECDSASignaturetoDNS()
|
D | Record.java | 75 rrFromWire(DNSInput in) throws IOException; in rrFromWire() 78 newRecord(Name name, int type, int dclass, long ttl, int length, DNSInput in) in newRecord() 115 DNSInput in; in newRecord() 117 in = new DNSInput(data); in newRecord() 176 fromWire(DNSInput in, int section, boolean isUpdate) throws IOException { in fromWire() 200 fromWire(DNSInput in, int section) throws IOException { in fromWire() 209 return fromWire(new DNSInput(b), section, false); in fromWire() 467 DNSInput in = new DNSInput(data); in fromString()
|
D | EDNSOption.java | 109 optionFromWire(DNSInput in) throws IOException; in optionFromWire() 117 fromWire(DNSInput in) throws IOException { in fromWire() 151 return fromWire(new DNSInput(b)); in fromWire()
|
D | DNSInput.java | 11 public class DNSInput { class 24 DNSInput(byte [] input) { in DNSInput() method in DNSInput
|
D | Header.java | 54 Header(DNSInput in) throws IOException { in Header() 67 this(new DNSInput(b)); in Header()
|
D | EmptyRecord.java | 26 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | UNKRecord.java | 28 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | GenericEDNSOption.java | 33 optionFromWire(DNSInput in) throws IOException { in optionFromWire()
|
D | NULLRecord.java | 42 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | DHCIDRecord.java | 38 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | SingleNameBase.java | 37 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | AAAARecord.java | 40 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | RPRecord.java | 43 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | X25Record.java | 56 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | MINFORecord.java | 48 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | NSECRecord.java | 49 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | U16NameBase.java | 39 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | HINFORecord.java | 45 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | ARecord.java | 58 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | PXRecord.java | 46 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | SSHFPRecord.java | 59 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | ISDNRecord.java | 47 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | NSAPRecord.java | 76 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | SRVRecord.java | 51 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
D | DLVRecord.java | 56 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
|
12