Package | Description |
---|---|
org.xbill.DNS |
Modifier and Type | Method and Description |
---|---|
(package private) static SIGRecord |
DNSSEC.signMessage(Message message,
SIGRecord previous,
KEYRecord key,
java.security.PrivateKey privkey,
java.time.Instant inception,
java.time.Instant expiration) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
DNSSEC.digestMessage(SIGRecord sig,
Message msg,
byte[] previous)
Creates a byte array containing the concatenation of the fields of the SIG(0) record and the
message to be signed.
|
static void |
SIG0.signMessage(Message message,
KEYRecord key,
java.security.PrivateKey privkey,
SIGRecord previous)
Sign a message with SIG(0).
|
static void |
SIG0.signMessage(Message message,
KEYRecord key,
java.security.PrivateKey privkey,
SIGRecord previous,
java.time.Instant timeSigned)
Sign a message with SIG(0).
|
(package private) static SIGRecord |
DNSSEC.signMessage(Message message,
SIGRecord previous,
KEYRecord key,
java.security.PrivateKey privkey,
java.time.Instant inception,
java.time.Instant 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,
java.time.Instant now)
Verify a message using SIG(0).
|
(package private) static void |
DNSSEC.verifyMessage(Message message,
byte[] bytes,
SIGRecord sig,
SIGRecord previous,
KEYRecord key,
java.time.Instant now) |