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

  /external/smack/src/org/xbill/DNS/
Rcode.java 64 public static final int BADKEY = 17;
97 tsigrcodes.add(BADKEY, "BADKEY");
TSIG.java 373 System.err.println("BADKEY failure");
374 return Rcode.BADKEY;
385 if (old != null && tsig.getError() != Rcode.BADKEY &&
560 System.err.println("BADKEY failure");
562 return Rcode.BADKEY;

Completed in 27 milliseconds