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

/external/smack/src/org/xbill/DNS/
H A DTLSARecord.java56 private int certificateUsage; field in class:TLSARecord
70 * @param certificateUsage The provided association that will be used to
80 int certificateUsage, int selector, int matchingType,
84 this.certificateUsage = checkU8("certificateUsage", certificateUsage);
95 certificateUsage = in.readU8();
103 certificateUsage = st.getUInt8();
113 sb.append(certificateUsage);
126 out.writeU8(certificateUsage);
79 TLSARecord(Name name, int dclass, long ttl, int certificateUsage, int selector, int matchingType, byte [] certificateAssociationData) argument
[all...]

Completed in 66 milliseconds