Searched refs:DNSSEC (Results 1 - 11 of 11) 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 DSIG0.java36 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);
H A DKEYBase.java117 if (alg == DNSSEC.Algorithm.RSAMD5) {
141 * @throws DNSSEC.DNSSECException The key could not be converted.
144 getPublicKey() throws DNSSEC.DNSSECException {
148 publicKey = DNSSEC.toPublicKey(this);
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 DDSRecord.java11 * @see DNSSEC
77 digestid, DNSSEC.generateDSDigest(key, digestid));
H A DCERTRecord.java155 alg = DNSSEC.Algorithm.value(algString);
H A DSIGBase.java71 alg = DNSSEC.Algorithm.value(algString);
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
H A Dcfparse.y220 %token DNSSEC CERT_X509 CERT_PLAINRSA
1716 | PEERS_CERTFILE DNSSEC
H A Dcftoken.l328 <S_RMTS>dnssec { YYD; return(DNSSEC); }

Completed in 178 milliseconds