|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TSIGRecord | |
| org.xbill.DNS | |
| Uses of TSIGRecord in org.xbill.DNS |
| Methods in org.xbill.DNS that return TSIGRecord | |
TSIGRecord |
Message.getTSIG()
Returns the TSIG record from the ADDITIONAL section, if one is present. |
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. |
| Methods in org.xbill.DNS with parameters of type TSIGRecord | |
void |
Message.setTSIG(TSIG key,
int error,
TSIGRecord querytsig)
Sets the TSIG key and other necessary information to sign a message. |
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. |
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,
TSIGRecord old)
Generates a TSIG record for a message and adds it to the message |
void |
TSIG.applyStream(Message m,
TSIGRecord old,
boolean first)
Generates a TSIG record for a message and adds it to the message |
byte |
TSIG.verify(Message m,
byte[] b,
int length,
TSIGRecord old)
Verifies a TSIG record on an incoming message. |
int |
TSIG.verify(Message m,
byte[] b,
TSIGRecord old)
Verifies a TSIG record on an incoming message. |
| Constructors in org.xbill.DNS with parameters of type TSIGRecord | |
TSIG.StreamVerifier(TSIG tsig,
TSIGRecord old)
Creates an object to verify a multiple message response |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||