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

  /external/smack/src/org/xbill/DNS/
Type.java 160 public static final int NSEC3 = 50;
275 types.add(NSEC3, "NSEC3", new NSEC3Record());
NSEC3Record.java 26 * NSEC3 flags identifiers.
31 /** Unsigned delegation are not included in the NSEC3 chain.
65 * Creates an NSEC3 record from the given data.
67 * @param name The ownername of the NSEC3 record (base32'd hash plus zonename).
81 super(name, Type.NSEC3, dclass, ttl);
236 throw new NoSuchAlgorithmException("Unknown NSEC3 algorithm" +
255 * Hashes a name with the parameters of this NSEC3 record.

Completed in 43 milliseconds