Home | History | Annotate | Download | only in DNS

Lines Matching defs:DNSSEC

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));
342 alg = DNSSEC.Algorithm.value(algString);