| Package | Description |
|---|---|
| org.xbill.DNS |
| Modifier and Type | Method and Description |
|---|---|
static TSIG |
TSIG.fromString(java.lang.String str)
Creates a new TSIG object, which can be used to sign or verify a message.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneTransferIn |
ZoneTransferIn.newAXFR(Name zone,
java.net.SocketAddress address,
TSIG key)
Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
|
static ZoneTransferIn |
ZoneTransferIn.newAXFR(Name zone,
java.lang.String host,
int port,
TSIG key)
Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
|
static ZoneTransferIn |
ZoneTransferIn.newAXFR(Name zone,
java.lang.String host,
TSIG key)
Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
|
static ZoneTransferIn |
ZoneTransferIn.newIXFR(Name zone,
long serial,
boolean fallback,
java.net.SocketAddress address,
TSIG key)
Instantiates a ZoneTransferIn object to do an IXFR (incremental zone
transfer).
|
static ZoneTransferIn |
ZoneTransferIn.newIXFR(Name zone,
long serial,
boolean fallback,
java.lang.String host,
int port,
TSIG key)
Instantiates a ZoneTransferIn object to do an IXFR (incremental zone
transfer).
|
static ZoneTransferIn |
ZoneTransferIn.newIXFR(Name zone,
long serial,
boolean fallback,
java.lang.String host,
TSIG key)
Instantiates a ZoneTransferIn object to do an IXFR (incremental zone
transfer).
|
void |
Message.setTSIG(TSIG key,
int error,
TSIGRecord querytsig)
Sets the TSIG key and other necessary information to sign a message.
|
void |
SimpleResolver.setTSIGKey(TSIG key) |
void |
Resolver.setTSIGKey(TSIG key)
Specifies the TSIG key that messages will be signed with
|
void |
ExtendedResolver.setTSIGKey(TSIG key) |
| Constructor and Description |
|---|
TSIG.StreamVerifier(TSIG tsig,
TSIGRecord old)
Creates an object to verify a multiple message response
|
Copyright © 2015. All Rights Reserved.