Package | Description |
---|---|
org.xbill.DNS | |
org.xbill.DNS.dnssec |
Modifier and Type | Method and Description |
---|---|
static TSIG |
TSIG.fromString(String str)
Deprecated.
Use an explicit constructor
|
TSIG |
SimpleResolver.getTSIGKey()
Get the TSIG key that messages will be signed with.
|
Modifier and Type | Method and Description |
---|---|
static ZoneTransferIn |
ZoneTransferIn.newAXFR(Name zone,
SocketAddress address,
TSIG key)
Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
|
static ZoneTransferIn |
ZoneTransferIn.newAXFR(Name zone,
String host,
int port,
TSIG key)
Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
|
static ZoneTransferIn |
ZoneTransferIn.newAXFR(Name zone,
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,
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,
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,
String host,
TSIG key)
Instantiates a ZoneTransferIn object to do an IXFR (incremental zone transfer).
|
void |
Message.setTSIG(TSIG key)
Sets the TSIG key to sign a message.
|
void |
Message.setTSIG(TSIG key,
int error,
TSIGRecord querytsig)
Sets the TSIG key and other necessary information to sign a message.
|
void |
DohResolver.setTSIGKey(TSIG key) |
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 |
---|
StreamGenerator(TSIG key,
TSIGRecord queryTsig)
Creates an instance to sign multiple message for use in a stream.
|
StreamVerifier(TSIG tsig,
TSIGRecord queryTsig)
Creates an object to verify a multiple message response
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatingResolver.setTSIGKey(TSIG key)
Forwards the data to the head resolver passed at construction time.
|
Copyright © 2023 dnsjava.org. All rights reserved.