|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xbill.DNS.Message
net.java.sip.communicator.util.dns.SecureMessage
public class SecureMessage
DNS Message that adds DNSSEC validation information.
| Field Summary |
|---|
| Fields inherited from class org.xbill.DNS.Message |
|---|
MAXLENGTH |
| Constructor Summary | |
|---|---|
SecureMessage(UnboundResult msg)
Creates a new instance of this class based on data received from an Unbound resolve. |
|
| Method Summary | |
|---|---|
String |
getBogusReason()
If the result is bogus this contains a string that describes the failure. |
boolean |
isBogus()
Indicates if there was a validation failure. |
boolean |
isSecure()
Indicates whether the answer is secure. |
String |
toString()
Converts the Message to a String. |
| Methods inherited from class org.xbill.DNS.Message |
|---|
addRecord, clone, findRecord, findRecord, findRRset, findRRset, getHeader, getOPT, getQuestion, getRcode, getSectionArray, getSectionRRsets, getTSIG, isSigned, isVerified, newQuery, newUpdate, numBytes, removeAllRecords, removeRecord, sectionToString, setHeader, setTSIG, toWire, toWire |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecureMessage(UnboundResult msg)
throws IOException
msg - The answer of the Unbound resolver.
IOException| Method Detail |
|---|
public boolean isSecure()
public boolean isBogus()
public String getBogusReason()
public String toString()
toString in class org.xbill.DNS.Message
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||