Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertPathValidatorUtilities.java979 … X509CRL completeCRL, List<CertStore> certStores, List<PKIXCRLStore> pkixCrlStores) in getDeltaCRLs() argument
986 … baseDeltaSelect.addIssuerName(PrincipalUtils.getIssuerPrincipal(completeCRL).getEncoded()); in getDeltaCRLs()
998 ASN1Primitive derObject = CertPathValidatorUtilities.getExtensionValue(completeCRL, in getDeltaCRLs()
1015 idp = completeCRL.getExtensionValue(ISSUING_DISTRIBUTION_POINT); in getDeltaCRLs()
DRFC3280CertPathUtilities.java757 X509CRL completeCRL, in processCRLC() argument
769 completeCRL, RFC3280CertPathUtilities.ISSUING_DISTRIBUTION_POINT)); in processCRLC()
779 …PrincipalUtils.getIssuerPrincipal(deltaCRL).equals(PrincipalUtils.getIssuerPrincipal(completeCRL))) in processCRLC()
823 completeCRL, AUTHORITY_KEY_IDENTIFIER); in processCRLC()