Home | History | Annotate | Download | only in DNS

Lines Matching defs:Selector

27 public static class Selector {
28 private Selector() {}
57 private int selector;
72 * @param selector The part of the TLS certificate presented by the server
80 int certificateUsage, int selector, int matchingType,
85 this.selector = checkU8("selector", selector);
96 selector = in.readU8();
104 selector = st.getUInt8();
115 sb.append(selector);
127 out.writeU8(selector);
138 /** Returns the selector of the TLSA record */
141 return selector;