| Package | Description |
|---|---|
| io.milton.dns.record |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
DNSSEC.generateDS(DNSKEYRecord key,
int digestid) |
static byte[] |
DNSSEC.generateDS(DNSKEYRecord key,
int digestid) |
static RRSIGRecord |
DNSSEC.sign(RRset rrset,
DNSKEYRecord key,
PrivateKey privkey,
Date inception,
Date expiration)
Generate a DNSSEC signature.
|
static RRSIGRecord |
DNSSEC.sign(RRset rrset,
DNSKEYRecord key,
PrivateKey privkey,
Date inception,
Date expiration)
Generate a DNSSEC signature.
|
static RRSIGRecord |
DNSSEC.sign(RRset rrset,
DNSKEYRecord key,
PrivateKey privkey,
Date inception,
Date expiration,
String provider)
Generate a DNSSEC signature.
|
static RRSIGRecord |
DNSSEC.sign(RRset rrset,
DNSKEYRecord key,
PrivateKey privkey,
Date inception,
Date 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)
Verify a DNSSEC signature.
|
| Constructor and Description |
|---|
DSRecord(Name name,
int dclass,
long ttl,
int footprint,
int digestid,
DNSKEYRecord key)
Creates a DS Record from the given data
|
DSRecord(Name name,
int dclass,
long ttl,
int footprint,
int digestid,
DNSKEYRecord key)
Creates a DS Record from the given data
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.