HomeSort by relevance Sort by last modified time
    Searched full:matchingtype (Results 1 - 1 of 1) sorted by null

  /external/smack/src/org/xbill/DNS/
TLSARecord.java 43 public static class MatchingType {
44 private MatchingType() {}
58 private int matchingType;
74 * @param matchingType How the certificate association is presented.
80 int certificateUsage, int selector, int matchingType,
86 this.matchingType = checkU8("matchingType", matchingType);
97 matchingType = in.readU8();
105 matchingType = st.getUInt8()
    [all...]

Completed in 142 milliseconds