Searched defs:NAME_SAME_TYPE (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
H A DGeneralNameInterface.java60 public static final int NAME_SAME_TYPE = 3; /* input name does not match, narrow, or widen, but is same type */ field in interface:GeneralNameInterface
83 * <li>NAME_SAME_TYPE = 3: input name does not match or narrow name, but is same type.
H A DGeneralSubtrees.java56 private static final int NAME_SAME_TYPE = GeneralNameInterface.NAME_SAME_TYPE; field in class:GeneralSubtrees
220 case GeneralNameInterface.NAME_SAME_TYPE:
371 case NAME_SAME_TYPE:
452 case NAME_SAME_TYPE:
519 case GeneralNameInterface.NAME_SAME_TYPE:

Completed in 153 milliseconds