Home | History | Annotate | Download | only in DNS

Lines Matching defs:DNSSEC

13  * Constants and methods relating to DNSSEC.
15 * DNSSEC provides authentication for DNS information.
23 public class DNSSEC {
67 private static Mnemonic algs = new Mnemonic("DNSSEC algorithm",
110 DNSSEC() { }
194 * A DNSSEC exception.
203 * An algorithm is unsupported by this DNSSEC implementation.
212 * The cryptographic data in a DNSSEC key is malformed.
221 * A DNSSEC verification failed because fields in the DNSKEY and RRSIG records
231 DNSSEC.Algorithm.string(key.getAlgorithm()) + "/" +
235 DNSSEC.Algorithm.string(sig.getAlgorithm()) + "/" +
241 * A DNSSEC verification failed because the signature has expired.
270 * A DNSSEC verification failed because the signature has not yet become valid.
299 * A DNSSEC verification failed because the cryptographic signature
777 * Verify a DNSSEC signature.
885 * Generate a DNSSEC signature. key and privateKey must refer to the
905 * Generate a DNSSEC signature. key and privateKey must refer to the