Searched refs:getCertStatus (Results 1 – 5 of 5) sorted by relevance
36 public CertificateStatus getCertStatus() in getCertStatus() method in SingleResp38 CertStatus s = resp.getCertStatus(); in getCertStatus()
34 public int getCertStatus() in getCertStatus() method in CertStatus
871 CertPathValidatorUtilities.getCertStatus(validDate, deltacrl, cert, certStatus); in processCRLI()882 if (certStatus.getCertStatus() == CertStatus.UNREVOKED) in processCRLJ()884 CertPathValidatorUtilities.getCertStatus(validDate, completecrl, cert, certStatus); in processCRLJ()1787 …while (crl_iter.hasNext() && certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonMask.isA… in checkCRL()1872 if (certStatus.getCertStatus() == CRLReason.removeFromCRL) in checkCRL()1989 …for (int i = 0; i < dps.length && certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonsMa… in checkCRLs()2010 if (certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonsMask.isAllReasons()) in checkCRLs()2051 if (certStatus.getCertStatus() != CertStatus.UNREVOKED) in checkCRLs()2056 message += ", reason: " + crlReasons[certStatus.getCertStatus()]; in checkCRLs()2059 if (!reasonsMask.isAllReasons() && certStatus.getCertStatus() == CertStatus.UNREVOKED) in checkCRLs()[all …]
870 protected static void getCertStatus( in getCertStatus() method in CertPathValidatorUtilities
111 public CertStatus getCertStatus() in getCertStatus() method in SingleResponse