Searched refs:myhash (Results 1 – 9 of 9) sorted by relevance
54 private int myhash = -1; field in GeneralSubtree172 if (myhash == -1) { in hashCode()173 myhash = 17; in hashCode()175 myhash = 37 * myhash + name.hashCode(); in hashCode()178 myhash = 37 * myhash + minimum; in hashCode()181 myhash = 37 * myhash + maximum; in hashCode()184 return myhash; in hashCode()
54 private int myhash = -1; field in EDIPartyName199 if (myhash == -1) { in hashCode()200 myhash = 37 + (party == null ? 1 : party.hashCode()); in hashCode()202 myhash = 37 * myhash + assigner.hashCode(); in hashCode()205 return myhash; in hashCode()
58 private int myhash = -1; field in OtherName209 if (myhash == -1) { in hashCode()210 myhash = 37 + oid.hashCode(); in hashCode()212 myhash = 37 * myhash + nameValue[i]; in hashCode()215 return myhash; in hashCode()
38 private int myhash = -1; field in AccessDescription83 if (myhash == -1) { in hashCode()84 myhash = accessMethod.hashCode() + accessLocation.hashCode(); in hashCode()86 return myhash; in hashCode()
145 int myhash = 37 + policyIdentifier.hashCode(); in hashCode() local146 myhash = 37 * myhash + policyQualifiers.hashCode(); in hashCode()147 return myhash; in hashCode()
60 private transient int myhash = -1; field in CodeSigner107 if (myhash == -1) { in hashCode()109 myhash = signerCertPath.hashCode(); in hashCode()111 myhash = signerCertPath.hashCode() + timestamp.hashCode(); in hashCode()114 return myhash; in hashCode()171 myhash = -1; in readObject()
66 private transient int myhash = -1; field in Timestamp109 if (myhash == -1) { in hashCode()110 myhash = timestamp.hashCode() + signerCertPath.hashCode(); in hashCode()112 return myhash; in hashCode()161 myhash = -1; in readObject()
67 private int myhash = -1; // hashcode for this CertId field in CertId179 if (myhash == -1) { in hashCode()180 myhash = hashAlgId.hashCode(); in hashCode()182 myhash += issuerNameHash[i] * i; in hashCode()185 myhash += issuerKeyHash[i] * i; in hashCode()187 myhash += certSerialNumber.getNumber().hashCode(); in hashCode()189 return myhash; in hashCode()
98 private int myhash = -1; // 0xffffffff field in AccessDescription