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

  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralNameInterface.java 59 public static final int NAME_WIDENS = 2; /* input name widens name */
82 * <li>NAME_WIDENS = 2: input name widens name (is higher in the naming subtree)
GeneralSubtrees.java 55 private static final int NAME_WIDENS = GeneralNameInterface.NAME_WIDENS;
215 case GeneralNameInterface.NAME_WIDENS:
375 case NAME_WIDENS:
407 constraintType == NAME_WIDENS ||
454 case NAME_WIDENS:
516 case GeneralNameInterface.NAME_WIDENS:
RFC822Name.java 164 * <li>NAME_WIDENS = 2: input name widens name
201 constraintType = NAME_WIDENS;
205 constraintType = NAME_WIDENS;
URIName.java 298 * <li>NAME_WIDENS = 2: input name widens name (is higher in the naming
355 ((constraintType == NAME_WIDENS) ||
367 constraintType = NAME_WIDENS;
IPAddressName.java 371 * <li>NAME_WIDENS = 2: input name widens name (is higher in the naming
434 constraintType = NAME_WIDENS;
440 constraintType = NAME_WIDENS;
454 constraintType = NAME_WIDENS;
DNSName.java 170 * <li>NAME_WIDENS = 2: input name widens name (is higher in the naming subtree)
210 constraintType = NAME_WIDENS;
NameConstraintsExtension.java 513 case GeneralNameInterface.NAME_WIDENS: // name widens excluded
545 case GeneralNameInterface.NAME_WIDENS: // name widens permitted
X500Name.java     [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
Builder.java 160 case GeneralNameInterface.NAME_WIDENS:
205 case GeneralNameInterface.NAME_WIDENS:
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java     [all...]

Completed in 167 milliseconds