|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SIGRecord | |
| org.xbill.DNS | |
| Uses of SIGRecord in org.xbill.DNS |
| Methods in org.xbill.DNS with parameters of type SIGRecord | |
static void |
SIG0.signMessage(Message message,
KEYRecord key,
PrivateKey privkey,
SIGRecord previous)
Sign a message with SIG(0). |
static void |
SIG0.verifyMessage(Message message,
byte[] b,
KEYRecord key,
SIGRecord previous)
Verify a message using SIG(0). |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||