Uses of Class
org.xbill.DNS.TSIG
Packages that use TSIG
-
Uses of TSIG in org.xbill.DNS
Methods in org.xbill.DNS that return TSIGModifier and TypeMethodDescriptionstatic TSIGTSIG.fromString(String str) Deprecated.Use an explicit constructorSimpleResolver.getTSIGKey()Get the TSIG key that messages will be signed with.Methods in org.xbill.DNS with parameters of type TSIGModifier and TypeMethodDescriptionstatic ZoneTransferInInstantiates a ZoneTransferIn object to do an AXFR (full zone transfer).static ZoneTransferInInstantiates a ZoneTransferIn object to do an AXFR (full zone transfer).static ZoneTransferInZoneTransferIn.newAXFR(Name zone, SocketAddress address, TSIG key) Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).static ZoneTransferInInstantiates a ZoneTransferIn object to do an IXFR (incremental zone transfer).static ZoneTransferInInstantiates a ZoneTransferIn object to do an IXFR (incremental zone transfer).static ZoneTransferInZoneTransferIn.newIXFR(Name zone, long serial, boolean fallback, SocketAddress address, TSIG key) Instantiates a ZoneTransferIn object to do an IXFR (incremental zone transfer).voidSets the TSIG key to sign a message.voidMessage.setTSIG(TSIG key, int error, TSIGRecord querytsig) Sets the TSIG key and other necessary information to sign a message.voidDohResolver.setTSIGKey(TSIG key) voidExtendedResolver.setTSIGKey(TSIG key) voidResolver.setTSIGKey(TSIG key) Specifies the TSIG key that messages will be signed withvoidSimpleResolver.setTSIGKey(TSIG key) Constructors in org.xbill.DNS with parameters of type TSIGModifierConstructorDescriptionStreamGenerator(TSIG key, TSIGRecord queryTsig) Creates an instance to sign multiple message for use in a stream.StreamVerifier(TSIG tsig, TSIGRecord queryTsig) Creates an object to verify a multiple message response -
Uses of TSIG in org.xbill.DNS.dnssec
Methods in org.xbill.DNS.dnssec with parameters of type TSIGModifier and TypeMethodDescriptionvoidValidatingResolver.setTSIGKey(TSIG key) Forwards the data to the head resolver passed at construction time.