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 319 int constraintType;
321 constraintType = NAME_DIFF_TYPE;
323 constraintType = NAME_DIFF_TYPE;
333 constraintType = NAME_MATCH;
340 constraintType = NAME_SAME_TYPE;
348 constraintType = hostDNS.constrains(otherDNS);
352 ((constraintType == NAME_WIDENS) ||
353 (constraintType == NAME_NARROWS))) {
354 constraintType = NAME_SAME_TYPE;
362 (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 396 int constraintType;
398 constraintType = NAME_DIFF_TYPE;
400 constraintType = NAME_DIFF_TYPE;
402 constraintType = NAME_MATCH;
408 constraintType = NAME_SAME_TYPE;
434 constraintType = NAME_MATCH;
436 constraintType = NAME_WIDENS;
438 constraintType = NAME_NARROWS;
440 constraintType = NAME_NARROWS;
442 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 740 milliseconds