org.xbill.DNS
public class NSECRecord extends Record
Constructor and Description |
---|
NSECRecord(Name name,
int dclass,
long ttl,
Name next,
int[] types)
Creates an NSEC Record from the given data.
|
Modifier and Type | Method and Description |
---|---|
Name |
getNext()
Returns the next name
|
int[] |
getTypes()
Returns the set of types defined for this name
|
boolean |
hasType(int type)
Returns whether a specific type is in the set of types.
|
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName
public Name getNext()
public int[] getTypes()
public boolean hasType(int type)