HomeSort by relevance Sort by last modified time
    Searched defs:hashCodeValue (Results 1 - 8 of 8) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CertificateList.java 35 int hashCodeValue;
138 hashCodeValue = super.hashCode();
142 return hashCodeValue;
X509Name.java 360 private int hashCodeValue;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500Name.java 36 private int hashCodeValue;
255 return hashCodeValue;
260 hashCodeValue = style.calculateHashCode(this);
262 return hashCodeValue;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 409 int hashCodeValue = 0;
421 hashCodeValue ^= atv[j].getType().hashCode();
422 hashCodeValue ^= calcHashCode(atv[j].getValue());
427 hashCodeValue ^= rdns[i].getFirst().getType().hashCode();
428 hashCodeValue ^= calcHashCode(rdns[i].getFirst().getValue());
432 return hashCodeValue;
RFC4519Style.java 307 int hashCodeValue = 0;
319 hashCodeValue ^= atv[j].getType().hashCode();
320 hashCodeValue ^= calcHashCode(atv[j].getValue());
325 hashCodeValue ^= rdns[i].getFirst().getType().hashCode();
326 hashCodeValue ^= calcHashCode(rdns[i].getFirst().getValue());
330 return hashCodeValue;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLObject.java 65 private int hashCodeValue;
603 if (crlObject.hashCodeValue != hashCodeValue)
621 hashCodeValue = super.hashCode();
624 return hashCodeValue;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java 63 private int hashCodeValue;
601 if (crlObject.hashCodeValue != hashCodeValue)
619 hashCodeValue = super.hashCode();
622 return hashCodeValue;
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 37 milliseconds