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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertStatus.java34 public int getCertStatus() method in class:CertStatus
H A DRFC3280CertPathUtilities.java841 CertPathValidatorUtilities.getCertStatus(validDate, deltacrl, cert, certStatus);
852 if (certStatus.getCertStatus() == CertStatus.UNREVOKED)
854 CertPathValidatorUtilities.getCertStatus(validDate, completecrl, cert, certStatus);
1759 while (crl_iter.hasNext() && certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonMask.isAllReasons())
1837 if (certStatus.getCertStatus() == CRLReason.removeFromCRL)
1946 for (int i = 0; i < dps.length && certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonsMask.isAllReasons(); i++)
1968 if (certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonsMask.isAllReasons())
2009 if (certStatus.getCertStatus() != CertStatus.UNREVOKED)
2012 message += ", reason: " + crlReasons[certStatus.getCertStatus()];
2015 if (!reasonsMask.isAllReasons() && certStatus.getCertStatus()
[all...]
H A DCertPathValidatorUtilities.java975 protected static void getCertStatus( method in class:CertPathValidatorUtilities

Completed in 1786 milliseconds