Home
last modified time | relevance | path

Searched refs:currentCA (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DX509CRLHolder.java136 GeneralNames currentCA = issuerName; in getRevokedCertificate() local
143 return new X509CRLEntryHolder(entry, isIndirect, currentCA); in getRevokedCertificate()
152 currentCA = GeneralNames.getInstance(currentCaName.getParsedValue()); in getRevokedCertificate()
170 GeneralNames currentCA = issuerName; in getRevokedCertificates() local
175 X509CRLEntryHolder crlEntry = new X509CRLEntryHolder(entry, isIndirect, currentCA); in getRevokedCertificates()
179 currentCA = crlEntry.getCertificateIssuer(); in getRevokedCertificates()