|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.TSIG.StreamVerifier
public static class TSIG.StreamVerifier
Constructor Summary | |
---|---|
TSIG.StreamVerifier(TSIG tsig,
TSIGRecord old)
Creates an object to verify a multiple message response |
Method Summary | |
---|---|
int |
verify(Message m,
byte[] b)
Verifies a TSIG record on an incoming message that is part of a multiple message response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TSIG.StreamVerifier(TSIG tsig, TSIGRecord old)
Method Detail |
---|
public int verify(Message m, byte[] b)
m
- The messageb
- The message in unparsed form
Rcode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |