HomeSort by relevance Sort by last modified time
    Searched refs:TLSA (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/xbill/DNS/
TLSARecord.java 69 * Creates an TLSA Record from the given data
83 super(name, Type.TLSA, dclass, ttl);
132 /** Returns the certificate usage of the TLSA record */
138 /** Returns the selector of the TLSA record */
144 /** Returns the matching type of the TLSA record */
150 /** Returns the certificate associate data of this TLSA record */
Type.java 166 public static final int TLSA = 52;
277 types.add(TLSA, "TLSA", new TLSARecord());

Completed in 110 milliseconds