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

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CertSelector.java114 private Set<List<?>> pathToNames; field in class:X509CertSelector
1118 * Sets the pathToNames criterion. The <code>X509Certificate</code> must
1125 * the previous value for the pathToNames criterion.
1134 * entry for each name to be included in the pathToNames
1141 * pathToNames check will be performed.
1170 pathToNames = null;
1176 pathToNames = tempNames;
1184 pathToNames = Collections.<List<?>>emptySet();
1189 * Adds a name to the pathToNames criterion. The <code>X509Certificate</code>
1196 * pathToNames criterio
[all...]

Completed in 41 milliseconds