|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DNSSEC.DNSSECException | |
|---|---|
| org.xbill.DNS | |
| Uses of DNSSEC.DNSSECException in org.xbill.DNS |
|---|
| Subclasses of DNSSEC.DNSSECException in org.xbill.DNS | |
|---|---|
static class |
DNSSEC.KeyMismatchException
A DNSSEC verification failed because fields in the DNSKEY and RRSIG records do not match. |
static class |
DNSSEC.MalformedKeyException
The cryptographic data in a DNSSEC key is malformed. |
static class |
DNSSEC.SignatureExpiredException
A DNSSEC verification failed because the signature has expired. |
static class |
DNSSEC.SignatureNotYetValidException
A DNSSEC verification failed because the signature has not yet become valid. |
static class |
DNSSEC.SignatureVerificationException
A DNSSEC verification failed because the cryptographic signature verification failed. |
static class |
DNSSEC.UnsupportedAlgorithmException
An algorithm is unsupported by this DNSSEC implementation. |
| Methods in org.xbill.DNS that throw DNSSEC.DNSSECException | |
|---|---|
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 void |
SIG0.signMessage(Message message,
KEYRecord key,
PrivateKey privkey,
SIGRecord previous)
Sign a message with SIG(0). |
static void |
DNSSEC.verify(RRset rrset,
RRSIGRecord rrsig,
DNSKEYRecord key)
Verify a DNSSEC signature. |
static void |
SIG0.verifyMessage(Message message,
byte[] b,
KEYRecord key,
SIGRecord previous)
Verify a message using SIG(0). |
| Constructors in org.xbill.DNS that throw DNSSEC.DNSSECException | |
|---|---|
DNSKEYRecord(Name name,
int dclass,
long ttl,
int flags,
int proto,
int alg,
PublicKey key)
Creates a DNSKEY Record from the given data |
|
KEYRecord(Name name,
int dclass,
long ttl,
int flags,
int proto,
int alg,
PublicKey key)
Creates a KEY Record from the given data |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||