Searched refs:hashCodeValue (Results 1 - 7 of 7) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DAbstractX500NameStyle.java54 int hashCodeValue = 0;
66 hashCodeValue ^= atv[j].getType().hashCode();
67 hashCodeValue ^= calcHashCode(atv[j].getValue());
72 hashCodeValue ^= rdns[i].getFirst().getType().hashCode();
73 hashCodeValue ^= calcHashCode(rdns[i].getFirst().getValue());
77 return hashCodeValue;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DCertificateList.java35 int hashCodeValue; field in class:CertificateList
138 hashCodeValue = super.hashCode();
142 return hashCodeValue;
H A DX509Name.java360 private int hashCodeValue; field in class:X509Name
1040 return hashCodeValue;
1053 hashCodeValue ^= ordering.elementAt(i).hashCode();
1054 hashCodeValue ^= value.hashCode();
1057 return hashCodeValue;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500Name.java37 private int hashCodeValue; field in class:X500Name
259 return hashCodeValue;
264 hashCodeValue = style.calculateHashCode(this);
266 return hashCodeValue;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CRLObject.java67 private int hashCodeValue; field in class:X509CRLObject
643 if (crlObject.hashCodeValue != hashCodeValue)
661 hashCodeValue = super.hashCode();
664 return hashCodeValue;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLObject.java66 private int hashCodeValue; field in class:X509CRLObject
640 if (crlObject.hashCodeValue != hashCodeValue)
658 hashCodeValue = super.hashCode();
661 return hashCodeValue;
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 3304 milliseconds