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

  /external/smack/src/org/xbill/DNS/
TLSARecord.java 84 this.certificateUsage = checkU8("certificateUsage", certificateUsage);
85 this.selector = checkU8("selector", selector);
86 this.matchingType = checkU8("matchingType", matchingType);
SSHFPRecord.java 53 this.alg = checkU8("alg", alg);
54 this.digestType = checkU8("digestType", digestType);
DLVRecord.java 50 this.alg = checkU8("alg", alg);
51 this.digestid = checkU8("digestid", digestid);
IPSECKEYRecord.java 62 this.precedence = checkU8("precedence", precedence);
63 this.gatewayType = checkU8("gatewayType", gatewayType);
64 this.algorithmType = checkU8("algorithmType", algorithmType);
DSRecord.java 63 this.alg = checkU8("alg", alg);
64 this.digestid = checkU8("digestid", digestid);
KEYBase.java 34 this.proto = checkU8("proto", proto);
35 this.alg = checkU8("alg", alg);
NSEC3PARAMRecord.java 51 this.hashAlg = checkU8("hashAlg", hashAlg);
52 this.flags = checkU8("flags", flags);
OPTRecord.java 54 checkU8("xrcode", xrcode);
55 checkU8("version", version);
NSEC3Record.java 82 this.hashAlg = checkU8("hashAlg", hashAlg);
83 this.flags = checkU8("flags", flags);
A6Record.java 40 this.prefixBits = checkU8("prefixBits", prefixBits);
CERTRecord.java 134 this.alg = checkU8("alg", alg);
SIGBase.java 39 this.alg = checkU8("alg", alg);
WKSRecord.java 602 this.protocol = checkU8("protocol", protocol);
Record.java 689 checkU8(String field, int val) {

Completed in 253 milliseconds