Package | Description |
---|---|
org.xbill.DNS | |
org.xbill.DNS.tools |
Modifier and Type | Field and Description |
---|---|
private TSIGRecord |
Message.generatedTsig |
private TSIGRecord |
TSIG.StreamVerifier.lastTSIG |
private TSIGRecord |
Message.querytsig |
Modifier and Type | Method and Description |
---|---|
TSIGRecord |
TSIG.generate(Message m,
byte[] b,
int error,
TSIGRecord old)
Generates a TSIG record with a specific error for a message that has been rendered.
|
TSIGRecord |
TSIG.generate(Message m,
byte[] b,
int error,
TSIGRecord old,
boolean fullSignature)
Generates a TSIG record with a specific error for a message that has been rendered.
|
(package private) TSIGRecord |
Message.getGeneratedTSIG()
Gets the generated
TSIGRecord . |
TSIGRecord |
Message.getTSIG()
Returns the TSIG record from the ADDITIONAL section, if one is present.
|
Modifier and Type | Method and Description |
---|---|
void |
TSIG.apply(Message m,
int error,
TSIGRecord old)
Generates a TSIG record with a specific error for a message and adds it to the message.
|
void |
TSIG.apply(Message m,
int error,
TSIGRecord old,
boolean fullSignature)
Generates a TSIG record with a specific error for a message and adds it to the message.
|
void |
TSIG.apply(Message m,
TSIGRecord old)
Generates a TSIG record for a message and adds it to the message
|
void |
TSIG.apply(Message m,
TSIGRecord old,
boolean fullSignature)
Generates a TSIG record with a specific error for a message and adds it to the message.
|
void |
TSIG.applyStream(Message m,
TSIGRecord old,
boolean fullSignature)
Deprecated.
|
TSIGRecord |
TSIG.generate(Message m,
byte[] b,
int error,
TSIGRecord old)
Generates a TSIG record with a specific error for a message that has been rendered.
|
TSIGRecord |
TSIG.generate(Message m,
byte[] b,
int error,
TSIGRecord old,
boolean fullSignature)
Generates a TSIG record with a specific error for a message that has been rendered.
|
private static void |
TSIG.hmacAddSignature(javax.crypto.Mac hmac,
TSIGRecord tsig) |
void |
Message.setTSIG(TSIG key,
int error,
TSIGRecord querytsig)
Sets the TSIG key and other necessary information to sign a message.
|
byte |
TSIG.verify(Message m,
byte[] b,
int length,
TSIGRecord old)
Deprecated.
|
int |
TSIG.verify(Message m,
byte[] messageBytes,
TSIGRecord requestTSIG)
Verifies a TSIG record on an incoming message.
|
int |
TSIG.verify(Message m,
byte[] messageBytes,
TSIGRecord requestTSIG,
boolean fullSignature)
Verifies a TSIG record on an incoming message.
|
Constructor and Description |
---|
StreamVerifier(TSIG tsig,
TSIGRecord queryTsig)
Creates an object to verify a multiple message response
|
Modifier and Type | Method and Description |
---|---|
(package private) byte[] |
jnamed.doAXFR(Name name,
Message query,
TSIG tsig,
TSIGRecord qtsig,
java.net.Socket s) |