Interface and Description |
---|
org.xbill.DNS.ResolverListener |
Field and Description |
---|
org.xbill.DNS.TSIG.HMAC |
org.xbill.DNS.Rcode.NOTIMPL |
Constructor and Description |
---|
org.xbill.DNS.RRSIGRecord(Name, int, long, int, int, long, Date, Date, int, Name, byte[]) |
org.xbill.DNS.SIGRecord(Name, int, long, int, int, long, Date, Date, int, Name, byte[]) |
org.xbill.DNS.TKEYRecord(Name, int, long, Name, Date, Date, int, int, byte[], byte[]) |
org.xbill.DNS.TSIG(Name, byte[])
Use
TSIG.TSIG(Name, Name, SecretKey) to explicitly specify an algorithm. |
org.xbill.DNS.TSIG(String, String)
Use
TSIG.TSIG(Name, String, String) to explicitly specify an algorithm. |
org.xbill.DNS.TSIGRecord(Name, int, long, Name, Date, int, byte[], int, int, byte[]) |
Copyright © 2020 dnsjava.org. All rights reserved.