Searched refs:isHashCodeSet (Results 1 - 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DCertificateList.java34 boolean isHashCodeSet = false; field in class:CertificateList
136 if (!isHashCodeSet)
139 isHashCodeSet = true;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CRLObject.java66 private boolean isHashCodeSet = false; field in class:X509CRLObject
638 if (isHashCodeSet)
640 boolean otherIsHashCodeSet = crlObject.isHashCodeSet;
658 if (!isHashCodeSet)
660 isHashCodeSet = true;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLObject.java65 private boolean isHashCodeSet = false; field in class:X509CRLObject
635 if (isHashCodeSet)
637 boolean otherIsHashCodeSet = crlObject.isHashCodeSet;
655 if (!isHashCodeSet)
657 isHashCodeSet = true;

Completed in 131 milliseconds