Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DOIDMap.java219 ObjectIdentifier objId; in addAttribute() local
221 objId = new ObjectIdentifier(oid); in addAttribute()
226 OIDInfo info = new OIDInfo(name, objId, clazz); in addAttribute()
227 if (oidMap.put(objId, info) != null) { in addAttribute()