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

  /external/smack/src/org/xbill/DNS/
Type.java 172 public static final int TKEY = 249;
279 types.add(TKEY, "TKEY", new TKEYRecord());
348 case TKEY:
TKEYRecord.java 51 * Creates a TKEY Record from the given data.
68 super(name, Type.TKEY, dclass, ttl);
101 throw st.exception("no text format defined for TKEY");

Completed in 3949 milliseconds