Searched defs:DNSSEC (Results 1 - 4 of 4) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DDNSKEYRecord.java12 * @see DNSSEC
22 /** Key will be used for DNSSEC */
23 public static final int DNSSEC = 3; field in class:DNSKEYRecord.Protocol
68 * @throws DNSSEC.DNSSECException The PublicKey could not be converted into DNS
73 PublicKey key) throws DNSSEC.DNSSECException
76 DNSSEC.fromPublicKey(key, alg));
85 alg = DNSSEC.Algorithm.value(algString);
H A DKEYRecord.java12 * @see DNSSEC
37 /** DNSSEC */
38 public static final int DNSSEC = 3; field in class:KEYRecord.Protocol
56 protocols.add(DNSSEC, "DNSSEC");
283 /** Key was created for use with DNSSEC */
284 public static final int PROTOCOL_DNSSEC = Protocol.DNSSEC;
319 * @throws DNSSEC.DNSSECException The PublicKey could not be converted into DNS
324 PublicKey key) throws DNSSEC.DNSSECException
327 DNSSEC
[all...]
H A DDNSSEC.java13 * Constants and methods relating to DNSSEC.
15 * DNSSEC provides authentication for DNS information.
23 public class DNSSEC { class
67 private static Mnemonic algs = new Mnemonic("DNSSEC algorithm",
110 DNSSEC() { } method in class: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
[all...]
/external/ipsec-tools/src/racoon/
H A Dcfparse.h138 DNSSEC = 354, enumerator in enum:yytokentype
303 #define DNSSEC 354 macro

Completed in 88 milliseconds