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

  /libcore/ojluni/src/main/java/sun/security/x509/
RFC822Name.java 184 int constraintType;
186 constraintType = NAME_DIFF_TYPE;
188 constraintType = NAME_DIFF_TYPE;
195 constraintType = NAME_MATCH;
199 constraintType = NAME_SAME_TYPE;
201 constraintType = NAME_WIDENS;
205 constraintType = NAME_WIDENS;
207 constraintType = NAME_SAME_TYPE;
213 constraintType = NAME_SAME_TYPE;
215 constraintType = NAME_NARROWS
    [all...]
X400Address.java 400 int constraintType;
402 constraintType = NAME_DIFF_TYPE;
404 constraintType = NAME_DIFF_TYPE;
408 return constraintType;
DNSName.java 196 int constraintType;
198 constraintType = NAME_DIFF_TYPE;
200 constraintType = NAME_DIFF_TYPE;
206 constraintType = NAME_MATCH;
210 constraintType = NAME_WIDENS;
212 constraintType = NAME_SAME_TYPE;
216 constraintType = NAME_NARROWS;
218 constraintType = NAME_SAME_TYPE;
220 constraintType = NAME_SAME_TYPE;
223 return constraintType;
    [all...]
URIName.java 322 int constraintType;
324 constraintType = NAME_DIFF_TYPE;
326 constraintType = NAME_DIFF_TYPE;
336 constraintType = NAME_MATCH;
343 constraintType = NAME_SAME_TYPE;
351 constraintType = hostDNS.constrains(otherDNS);
355 ((constraintType == NAME_WIDENS) ||
356 (constraintType == NAME_NARROWS))) {
357 constraintType = NAME_SAME_TYPE;
365 (constraintType == NAME_MATCH))
    [all...]
OIDName.java 151 int constraintType;
153 constraintType = NAME_DIFF_TYPE;
155 constraintType = NAME_DIFF_TYPE;
157 constraintType = NAME_MATCH;
161 return constraintType;
IPAddressName.java 395 int constraintType;
397 constraintType = NAME_DIFF_TYPE;
399 constraintType = NAME_DIFF_TYPE;
401 constraintType = NAME_MATCH;
406 constraintType = NAME_SAME_TYPE;
432 constraintType = NAME_MATCH;
434 constraintType = NAME_WIDENS;
436 constraintType = NAME_NARROWS;
438 constraintType = NAME_NARROWS;
440 constraintType = NAME_WIDENS
    [all...]
EDIPartyName.java 234 int constraintType;
236 constraintType = NAME_DIFF_TYPE;
238 constraintType = NAME_DIFF_TYPE;
242 return constraintType;
OtherName.java 245 int constraintType;
247 constraintType = NAME_DIFF_TYPE;
249 constraintType = NAME_DIFF_TYPE;
254 return constraintType;
GeneralSubtrees.java 404 int constraintType =
406 if (constraintType == NAME_MATCH ||
407 constraintType == NAME_WIDENS ||
408 constraintType == NAME_NARROWS) {
X500Name.java     [all...]

Completed in 74 milliseconds