Uses of Class
org.xbill.DNS.TSIG
Packages that use TSIG
-
Uses of TSIG in org.xbill.DNS
Fields in org.xbill.DNS declared as TSIGModifier and TypeFieldDescriptionprivate final TSIGTSIG.StreamGenerator.keyprivate final TSIGTSIG.StreamVerifier.keyprotected TSIGDohResolverCommon.tsigprivate TSIGSimpleResolver.tsigprivate final TSIGZoneTransferIn.tsigprivate TSIGMessage.tsigkeyMethods 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.voidDohResolverCommon.setTSIGKey(TSIG key) voidExtendedResolver.setTSIGKey(TSIG key) voidResolver.setTSIGKey(TSIG key) Specifies the TSIG key that messages will be signed withvoidSimpleResolver.setTSIGKey(TSIG key) protected voidDohResolverCommon.verifyTSIG(Message query, Message response, byte[] b, TSIG tsig) 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.(package private)StreamGenerator(TSIG key, TSIGRecord queryTsig, int signEveryNthMessage) This constructor is only for unit-testingTSIG.StreamVerifierwith responses where not every message is signed.StreamVerifier(TSIG tsig, TSIGRecord queryTsig) Creates an object to verify a multiple message response(package private)ZoneTransferIn(Name zone, int xfrtype, long serial, boolean fallback, SocketAddress address, TSIG key) -
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. -
Uses of TSIG in org.xbill.DNS.tools
Fields in org.xbill.DNS.tools with type parameters of type TSIGMethods in org.xbill.DNS.tools with parameters of type TSIG