| Package | Description |
|---|---|
| io.milton.dns.record |
| Modifier and Type | Method and Description |
|---|---|
static void |
SIG0.signMessage(Message message,
KEYRecord key,
PrivateKey privkey,
SIGRecord previous)
Sign a message with SIG(0).
|
static void |
SIG0.signMessage(Message message,
KEYRecord key,
PrivateKey privkey,
SIGRecord previous)
Sign a message with SIG(0).
|
static SIGRecord |
DNSSEC.signMessage(Message message,
SIGRecord previous,
KEYRecord key,
PrivateKey privkey,
Date inception,
Date expiration) |
static SIGRecord |
DNSSEC.signMessage(Message message,
SIGRecord previous,
KEYRecord key,
PrivateKey privkey,
Date inception,
Date expiration) |
static void |
SIG0.verifyMessage(Message message,
byte[] b,
KEYRecord key,
SIGRecord previous)
Verify a message using SIG(0).
|
static void |
SIG0.verifyMessage(Message message,
byte[] b,
KEYRecord key,
SIGRecord previous)
Verify a message using SIG(0).
|
static void |
DNSSEC.verifyMessage(Message message,
byte[] bytes,
SIGRecord sig,
SIGRecord previous,
KEYRecord key) |
static void |
DNSSEC.verifyMessage(Message message,
byte[] bytes,
SIGRecord sig,
SIGRecord previous,
KEYRecord key) |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.