HomeSort by relevance Sort by last modified time
    Searched defs:DNSSEC (Results 1 - 5 of 5) sorted by null

  /external/smack/src/org/xbill/DNS/
DNSKEYRecord.java 12 * @see DNSSEC
22 /** Key will be used for DNSSEC */
23 public static final int DNSSEC = 3;
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);
SIG0.java 36 SIGRecord previous) throws DNSSEC.DNSSECException
47 SIGRecord sig = DNSSEC.signMessage(message, previous, key, privkey,
64 throws DNSSEC.DNSSECException
76 DNSSEC.verifyMessage(message, b, sig, previous, key);
KEYRecord.java 12 * @see DNSSEC
37 /** DNSSEC */
38 public static final int DNSSEC = 3;
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.fromPublicKey(key, alg))
    [all...]
DNSSEC.java 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()) + "/"
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 138 DNSSEC = 354,
303 #define DNSSEC 354

Completed in 73 milliseconds