Searched defs:hashCodeValue (Results 1 - 2 of 2) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500Name.java36 private int hashCodeValue; field in class:X500Name
255 return hashCodeValue;
260 hashCodeValue = style.calculateHashCode(this);
262 return hashCodeValue;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java360 private int hashCodeValue; field in class:X509Name
956 return hashCodeValue;
969 hashCodeValue ^= ordering.elementAt(i).hashCode();
970 hashCodeValue ^= value.hashCode();
973 return hashCodeValue;

Completed in 186 milliseconds