| Package | Description |
|---|---|
| io.milton.dns.record |
| 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)
Generates a TSIG record with a specific error for a message that has
been rendered.
|
TSIGRecord |
Message.getTSIG()
Returns the TSIG record from the ADDITIONAL section, if one is present.
|
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)
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)
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
|
void |
TSIG.applyStream(Message m,
TSIGRecord old,
boolean first)
Generates a TSIG record for a message and adds it to the 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.
|
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 |
Message.setTSIG(TSIG key,
int error,
TSIGRecord querytsig)
Sets the TSIG key and other necessary information 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.
|
byte |
TSIG.verify(Message m,
byte[] b,
int length,
TSIGRecord old)
Verifies a TSIG record on an incoming 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.
|
int |
TSIG.verify(Message m,
byte[] b,
TSIGRecord old)
Verifies a TSIG record on an incoming message.
|
| Constructor and Description |
|---|
StreamVerifier(TSIG tsig,
TSIGRecord old)
Creates an object to verify a multiple message response
|
StreamVerifier(TSIG tsig,
TSIGRecord old)
Creates an object to verify a multiple message response
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.