| Package | Description |
|---|---|
| org.xbill.DNS |
| Modifier and Type | Class and Description |
|---|---|
class |
CDNSKEYRecord
Child DNSKEY record as specified in RFC 8078.
|
| Modifier and Type | Method and Description |
|---|---|
static RRSIGRecord |
DNSSEC.sign(RRset rrset,
DNSKEYRecord key,
PrivateKey privkey,
Date inception,
Date expiration)
Deprecated.
|
static RRSIGRecord |
DNSSEC.sign(RRset rrset,
DNSKEYRecord key,
PrivateKey privkey,
Date inception,
Date expiration,
String provider)
|
static RRSIGRecord |
DNSSEC.sign(RRset rrset,
DNSKEYRecord key,
PrivateKey privkey,
Instant inception,
Instant expiration)
Generate a DNSSEC signature.
|
static RRSIGRecord |
DNSSEC.sign(RRset rrset,
DNSKEYRecord key,
PrivateKey privkey,
Instant inception,
Instant expiration,
String provider)
Generate a DNSSEC signature.
|
static void |
DNSSEC.verify(RRset rrset,
RRSIGRecord rrsig,
DNSKEYRecord key)
Verify a DNSSEC signature.
|
static void |
DNSSEC.verify(RRset rrset,
RRSIGRecord rrsig,
DNSKEYRecord key,
Date date)
Deprecated.
|
static void |
DNSSEC.verify(RRset rrset,
RRSIGRecord rrsig,
DNSKEYRecord key,
Instant date)
Verify a DNSSEC signature.
|
| Constructor and Description |
|---|
CDSRecord(Name name,
int dclass,
long ttl,
int digestid,
DNSKEYRecord key)
Creates a CDS Record from the given data
|
DSRecord(Name name,
int dclass,
long ttl,
int digestid,
DNSKEYRecord key)
Creates a DS Record from the given data
|
Copyright © 2021 dnsjava.org. All rights reserved.