Uses of Class
org.xbill.DNS.TSIGRecord

Packages that use TSIGRecord
org.xbill.DNS   
 

Uses of TSIGRecord in org.xbill.DNS
 

Methods in org.xbill.DNS that return TSIGRecord
 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.
 

Methods in org.xbill.DNS with parameters of type TSIGRecord
 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
 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.
 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
 



Copyright © 2012-2013 LittleShoot. All Rights Reserved.