Searched refs:TLSA (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DTLSARecord.java69 * 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 */
H A DType.java166 public static final int TLSA = 52; field in class:Type
277 types.add(TLSA, "TLSA", new TLSARecord());

Completed in 440 milliseconds