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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DGeneralSubtrees.java351 GeneralNameInterface thisEntry = getGeneralNameInterface(i);
355 // thisEntry, remove thisEntry and add widest other to newThis.
358 // or widens thisEntry.
364 switch (thisEntry.constrains(otherEntry)) {
386 // where there was a name of the same type as thisEntry in
388 // thisEntry.
399 if (thisAltEntry.getType() == thisEntry.getType()) {
420 createWidestSubtree(thisEntry);
426 // Step 3b.2: Remove thisEntry fro
[all...]

Completed in 23 milliseconds