Home
last modified time | relevance | path

Searched refs:otherGNI (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DOtherName.java182 GeneralNameInterface otherGNI = null; in equals() local
184 otherGNI = getGNI(otherOther.oid, otherOther.nameValue); in equals()
190 if (otherGNI != null) { in equals()
192 result = (otherGNI.constrains(this) == NAME_MATCH); in equals()
DGeneralName.java204 GeneralNameInterface otherGNI = ((GeneralName)other).name; in equals()
206 return name.constrains(otherGNI) == GeneralNameInterface.NAME_MATCH; in equals()