Package | Description |
---|---|
old.org.bouncycastle.asn1.x509 | |
old.org.bouncycastle.jce.provider |
Modifier and Type | Method and Description |
---|---|
DistributionPoint[] |
CRLDistPoint.getDistributionPoints()
Return the distribution points making up the sequence.
|
static DistributionPoint |
DistributionPoint.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DistributionPoint |
DistributionPoint.getInstance(Object obj) |
Constructor and Description |
---|
CRLDistPoint(DistributionPoint[] points) |
Modifier and Type | Method and 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:
(i) If the distribution point name is present in the IDP CRL extension
and the distribution field is present in the DP, then verify that one of
the names in the IDP matches one of the names in the DP.
|
protected static old.org.bouncycastle.jce.provider.ReasonsMask |
RFC3280CertPathUtilities.processCRLD(X509CRL crl,
DistributionPoint dp) |
Copyright © 2015. All rights reserved.