Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/
DPKCS12Attribute.java48 private int hashValue = -1; field in PKCS12Attribute
212 if (hashValue == -1) { in hashCode()
215 return hashValue; in hashCode()