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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DGeneralNameInterface.java57 public static final int NAME_MATCH = 0; /* input name matches name */ field in interface:GeneralNameInterface
80 * <li>NAME_MATCH = 0: input name matches name.
H A DGeneralSubtrees.java53 private static final int NAME_MATCH = GeneralNameInterface.NAME_MATCH; field in class:GeneralSubtrees
205 case GeneralNameInterface.NAME_MATCH:
374 case NAME_MATCH:
406 if (constraintType == NAME_MATCH ||
453 case NAME_MATCH:
507 case GeneralNameInterface.NAME_MATCH:
H A DOIDName.java138 * <li>NAME_MATCH = 0: input name matches name.
157 constraintType = NAME_MATCH;
H A DURIName.java292 * <li>NAME_MATCH = 0: input name matches name.
333 constraintType = NAME_MATCH;
362 (constraintType == NAME_MATCH)) {
H A DDNSName.java168 * <li>NAME_MATCH = 0: input name matches name.
206 constraintType = NAME_MATCH;
H A DRFC822Name.java162 * <li>NAME_MATCH = 0: input name matches name
195 constraintType = NAME_MATCH;
H A DGeneralName.java206 return name.constrains(otherGNI) == GeneralNameInterface.NAME_MATCH;
H A DOtherName.java192 result = (otherGNI.constrains(this) == NAME_MATCH);
229 * <li>NAME_MATCH = 0: input name matches name.
H A DIPAddressName.java369 * <li>NAME_MATCH = 0: input name matches name.
402 constraintType = NAME_MATCH;
434 constraintType = NAME_MATCH;
H A DNameConstraintsExtension.java516 case GeneralNameInterface.NAME_MATCH:
549 case GeneralNameInterface.NAME_MATCH:
H A DX500Name.java1262 * <li>NAME_MATCH = 0: input name matches this name
1285 constraintType = NAME_MATCH;
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DBuilder.java158 case GeneralNameInterface.NAME_MATCH:
202 case GeneralNameInterface.NAME_MATCH:
/libcore/ojluni/src/main/java/java/security/cert/
H A DX509CertSelector.java2504 case GeneralNameInterface.NAME_MATCH:
2542 case GeneralNameInterface.NAME_MATCH:

Completed in 77 milliseconds