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

  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralNameInterface.java 57 public static final int NAME_MATCH = 0; /* input name matches name */
80 * <li>NAME_MATCH = 0: input name matches name.
GeneralSubtrees.java 53 private static final int NAME_MATCH = GeneralNameInterface.NAME_MATCH;
205 case GeneralNameInterface.NAME_MATCH:
374 case NAME_MATCH:
406 if (constraintType == NAME_MATCH ||
453 case NAME_MATCH:
507 case GeneralNameInterface.NAME_MATCH:
OIDName.java 138 * <li>NAME_MATCH = 0: input name matches name.
157 constraintType = NAME_MATCH;
URIName.java 295 * <li>NAME_MATCH = 0: input name matches name.
336 constraintType = NAME_MATCH;
365 (constraintType == NAME_MATCH)) {
DNSName.java 168 * <li>NAME_MATCH = 0: input name matches name.
206 constraintType = NAME_MATCH;
RFC822Name.java 162 * <li>NAME_MATCH = 0: input name matches name
195 constraintType = NAME_MATCH;
GeneralName.java 206 return name.constrains(otherGNI) == GeneralNameInterface.NAME_MATCH;
OtherName.java 192 result = (otherGNI.constrains(this) == NAME_MATCH);
229 * <li>NAME_MATCH = 0: input name matches name.
IPAddressName.java 368 * <li>NAME_MATCH = 0: input name matches name.
401 constraintType = NAME_MATCH;
432 constraintType = NAME_MATCH;
NameConstraintsExtension.java 516 case GeneralNameInterface.NAME_MATCH:
549 case GeneralNameInterface.NAME_MATCH:
X500Name.java     [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
Builder.java 158 case GeneralNameInterface.NAME_MATCH:
202 case GeneralNameInterface.NAME_MATCH:
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java     [all...]

Completed in 96 milliseconds