Package | Description |
---|---|
org.xbill.DNS | |
org.xbill.DNS.dnssec |
Modifier and Type | Method and Description |
---|---|
private void |
Name.append(byte[] array,
int arrayOffset,
int numLabels) |
private void |
Name.append(char[] label,
int len) |
static Name |
Name.concatenate(Name prefix,
Name suffix)
Creates a new name by concatenating two existing names.
|
Name |
Name.fromDNAME(DNAMERecord dname)
Generates a new Name to be used when following a DNAME.
|
private int |
Name.prepareAppend(int len) |
Modifier and Type | Method and Description |
---|---|
static Name |
ValUtils.nsecWildcard(Name domain,
SRRset set,
NSECRecord nsec)
Gets the closest encloser of
domain prepended with a wildcard label. |