Home
last modified time | relevance | path

Searched refs:DNSInput (Results 1 – 25 of 49) sorted by relevance

12

/external/smack/src/org/xbill/DNS/
DDNSSEC.java323 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()
DRecord.java75 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()
DEDNSOption.java109 optionFromWire(DNSInput in) throws IOException; in optionFromWire()
117 fromWire(DNSInput in) throws IOException { in fromWire()
151 return fromWire(new DNSInput(b)); in fromWire()
DDNSInput.java11 public class DNSInput { class
24 DNSInput(byte [] input) { in DNSInput() method in DNSInput
DHeader.java54 Header(DNSInput in) throws IOException { in Header()
67 this(new DNSInput(b)); in Header()
DEmptyRecord.java26 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DUNKRecord.java28 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DGenericEDNSOption.java33 optionFromWire(DNSInput in) throws IOException { in optionFromWire()
DNULLRecord.java42 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DDHCIDRecord.java38 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DSingleNameBase.java37 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DAAAARecord.java40 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DRPRecord.java43 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DX25Record.java56 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DMINFORecord.java48 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DNSECRecord.java49 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DU16NameBase.java39 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DHINFORecord.java45 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DARecord.java58 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DPXRecord.java46 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DSSHFPRecord.java59 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DISDNRecord.java47 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DNSAPRecord.java76 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DSRVRecord.java51 rrFromWire(DNSInput in) throws IOException { in rrFromWire()
DDLVRecord.java56 rrFromWire(DNSInput in) throws IOException { in rrFromWire()

12