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

  /external/smack/src/org/xbill/DNS/
NSEC3PARAMRecord.java 37 * Creates an NSEC3PARAM record from the given data.
39 * @param name The ownername of the NSEC3PARAM record (generally the zone name).
50 super(name, Type.NSEC3PARAM, dclass, ttl);
154 * Hashes a name with the parameters of this NSEC3PARAM record.
Type.java 163 public static final int NSEC3PARAM = 51;
276 types.add(NSEC3PARAM, "NSEC3PARAM", new NSEC3PARAMRecord());

Completed in 6273 milliseconds