-
-
Methods in org.bouncycastle.jce.provider with parameters of type DistributionPoint
| Modifier and Type |
Method |
Description |
protected static Set |
CertPathValidatorUtilities.getCompleteCRLs(DistributionPoint dp,
Object cert,
Date currentDate,
ExtendedPKIXParameters paramsPKIX) |
Fetches complete CRLs according to RFC 3280.
|
protected static void |
CertPathValidatorUtilities.getCRLIssuersFromDistributionPoint(DistributionPoint dp,
Collection issuerPrincipals,
X509CRLSelector selector,
ExtendedPKIXParameters pkixParams) |
Add the CRL issuers from the cRLIssuer field of the distribution point or
from the certificate if not given to the issuer criterion of the
selector.
|
protected static void |
RFC3280CertPathUtilities.processCRLB1(DistributionPoint dp,
Object cert,
X509CRL crl) |
If the DP includes cRLIssuer, then verify that the issuer field in the
complete CRL matches cRLIssuer in the DP and that the complete CRL
contains an issuing distribution point extension with the indirectCRL
boolean asserted.
|
protected static void |
RFC3280CertPathUtilities.processCRLB2(DistributionPoint dp,
Object cert,
X509CRL crl) |
If the complete CRL includes an issuing distribution point (IDP) CRL
extension check the following:
|
protected static org.bouncycastle.jce.provider.ReasonsMask |
RFC3280CertPathUtilities.processCRLD(X509CRL crl,
DistributionPoint dp) |
|