Searched refs:otherGNI (Results 1 – 2 of 2) sorted by relevance
182 GeneralNameInterface otherGNI = null; in equals() local184 otherGNI = getGNI(otherOther.oid, otherOther.nameValue); in equals()190 if (otherGNI != null) { in equals()192 result = (otherGNI.constrains(this) == NAME_MATCH); in equals()
204 GeneralNameInterface otherGNI = ((GeneralName)other).name; in equals()206 return name.constrains(otherGNI) == GeneralNameInterface.NAME_MATCH; in equals()