|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RRSIGRecord | |
| org.xbill.DNS | |
| Uses of RRSIGRecord in org.xbill.DNS |
| Methods in org.xbill.DNS that return RRSIGRecord | |
static RRSIGRecord |
DNSSEC.sign(RRset rrset,
DNSKEYRecord key,
PrivateKey privkey,
Date inception,
Date expiration)
Generate a DNSSEC signature. |
| Methods in org.xbill.DNS with parameters of type RRSIGRecord | |
static byte[] |
DNSSEC.digestRRset(RRSIGRecord rrsig,
RRset rrset)
Creates a byte array containing the concatenation of the fields of the SIG record and the RRsets to be signed/verified. |
static void |
DNSSEC.verify(RRset rrset,
RRSIGRecord rrsig,
DNSKEYRecord key)
Verify a DNSSEC signature. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||