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

/openjdk7/jdk/src/share/classes/javax/naming/
H A DCannotProceedException.java58 * name (a Name object), the environment (a Hashtable), the altName field
111 protected Name altName = null; field in class:CannotProceedException
115 * <code>altName</code> is specified. If null, then the default initial
127 * @see #altName
217 * Retrieves the <code>altName</code> field of this exception.
231 return altName;
235 * Sets the <code>altName</code> field of this exception.
237 * @param altName The name of the resolved object, relative to
245 public void setAltName(Name altName) { argument
246 this.altName
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuilder.java314 GeneralNameInterface altName = altNames.get(j).getName();
315 if (altName.equals(target)) {

Completed in 30 milliseconds