Package | Description |
---|---|
old.org.bouncycastle.jce.provider | |
old.org.bouncycastle.x509 |
Modifier and Type | Method and Description |
---|---|
protected static void |
CertPathValidatorUtilities.addAdditionalStoreFromLocation(String location,
ExtendedPKIXParameters pkixParams) |
protected static void |
CertPathValidatorUtilities.addAdditionalStoresFromAltNames(X509Certificate cert,
ExtendedPKIXParameters pkixParams) |
protected static void |
CertPathValidatorUtilities.addAdditionalStoresFromCRLDistributionPoint(CRLDistPoint crldp,
ExtendedPKIXParameters pkixParams) |
Set |
PKIXCRLUtil.findCRLs(X509CRLStoreSelector crlselect,
ExtendedPKIXParameters paramsPKIX,
Date currentDate) |
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 Set |
CertPathValidatorUtilities.getDeltaCRLs(Date currentDate,
ExtendedPKIXParameters paramsPKIX,
X509CRL completeCRL)
Fetches delta CRLs according to RFC 3280 section 5.2.4.
|
protected static Date |
CertPathValidatorUtilities.getValidCertDateFromValidityModel(ExtendedPKIXParameters paramsPKIX,
CertPath certPath,
int index) |
protected static void |
RFC3280CertPathUtilities.checkCRLs(ExtendedPKIXParameters paramsPKIX,
X509Certificate cert,
Date validDate,
X509Certificate sign,
PublicKey workingPublicKey,
List certPathCerts)
Checks a certificate if it is revoked.
|
protected static void |
RFC3280CertPathUtilities.processCertA(CertPath certPath,
ExtendedPKIXParameters paramsPKIX,
int index,
PublicKey workingPublicKey,
boolean verificationAlreadyPerformed,
X500Principal workingIssuerName,
X509Certificate sign) |
protected static Set |
RFC3280CertPathUtilities.processCRLA1i(Date currentDate,
ExtendedPKIXParameters paramsPKIX,
X509Certificate cert,
X509CRL crl) |
protected static Set[] |
RFC3280CertPathUtilities.processCRLA1ii(Date currentDate,
ExtendedPKIXParameters paramsPKIX,
X509Certificate cert,
X509CRL crl) |
protected static void |
RFC3280CertPathUtilities.processCRLC(X509CRL deltaCRL,
X509CRL completeCRL,
ExtendedPKIXParameters pkixParams)
If use-deltas is set, verify the issuer and scope of the delta CRL.
|
protected static Set |
RFC3280CertPathUtilities.processCRLF(X509CRL crl,
Object cert,
X509Certificate defaultCRLSignCert,
PublicKey defaultCRLSignKey,
ExtendedPKIXParameters paramsPKIX,
List certPathCerts)
Obtain and validate the certification path for the complete CRL issuer.
|
protected static void |
RFC3280CertPathUtilities.processCRLI(Date validDate,
X509CRL deltacrl,
Object cert,
old.org.bouncycastle.jce.provider.CertStatus certStatus,
ExtendedPKIXParameters pkixParams) |
protected static PKIXPolicyNode |
RFC3280CertPathUtilities.wrapupCertG(CertPath certPath,
ExtendedPKIXParameters paramsPKIX,
Set userInitialPolicySet,
int index,
List[] policyNodes,
PKIXPolicyNode validPolicyTree,
Set acceptablePolicies) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedPKIXBuilderParameters
This class contains extended parameters for PKIX certification path builders.
|
Modifier and Type | Method and Description |
---|---|
static ExtendedPKIXParameters |
ExtendedPKIXParameters.getInstance(PKIXParameters pkixParams)
Returns an instance with the parameters of a given
PKIXParameters object. |
static ExtendedPKIXParameters |
ExtendedPKIXBuilderParameters.getInstance(PKIXParameters pkixParams)
Returns an instance of
ExtendedPKIXParameters which can be
safely casted to ExtendedPKIXBuilderParameters . |
Copyright © 2015. All rights reserved.