Uses of Class
org.xbill.DNS.DNSKEYRecord
Packages that use DNSKEYRecord
-
Uses of DNSKEYRecord in org.xbill.DNS
Subclasses of DNSKEYRecord in org.xbill.DNSModifier and TypeClassDescriptionclassChild DNSKEY record as specified in RFC 8078.Methods in org.xbill.DNS with parameters of type DNSKEYRecordModifier and TypeMethodDescriptionstatic RRSIGRecordDNSSEC.sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey, Instant inception, Instant expiration) Generate a DNSSEC signature. key and privateKey must refer to the same underlying cryptographic key.static RRSIGRecordDNSSEC.sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey, Instant inception, Instant expiration, String provider) Generate a DNSSEC signature. key and privateKey must refer to the same underlying cryptographic key.static RRSIGRecordDNSSEC.sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey, Date inception, Date expiration) Deprecated.static RRSIGRecordDNSSEC.sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey, Date inception, Date expiration, String provider) static voidDNSSEC.verify(RRset rrset, RRSIGRecord rrsig, DNSKEYRecord key) Verify a DNSSEC signature.static voidDNSSEC.verify(RRset rrset, RRSIGRecord rrsig, DNSKEYRecord key, Instant date) Verify a DNSSEC signature.static voidDNSSEC.verify(RRset rrset, RRSIGRecord rrsig, DNSKEYRecord key, Date date) Deprecated.Constructors in org.xbill.DNS with parameters of type DNSKEYRecordModifierConstructorDescriptionCDSRecord(Name name, int dclass, long ttl, int digestid, DNSKEYRecord key) Creates a CDS Record from the given dataDSRecord(Name name, int dclass, long ttl, int digestid, DNSKEYRecord key) Creates a DS Record from the given data
DNSSEC.sign(RRset, DNSKEYRecord, PrivateKey, Instant, Instant)