Uses of Class
eu.emi.security.authn.x509.helpers.pkipath.bc.CertStatus
Packages that use CertStatus
Package
Description
Helper classes included (mostly copied) from the BouncyCastle 1.52 library
and further updated.
-
Uses of CertStatus in eu.emi.security.authn.x509.helpers.pkipath.bc
Methods in eu.emi.security.authn.x509.helpers.pkipath.bc with parameters of type CertStatusModifier and TypeMethodDescriptionprivate static voidRFC3280CertPathUtilities.checkCRL(org.bouncycastle.asn1.x509.DistributionPoint dp, org.bouncycastle.jcajce.PKIXExtendedParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate defaultCRLSignCert, PublicKey defaultCRLSignKey, CertStatus certStatus, ReasonsMask reasonMask, List certPathCerts, org.bouncycastle.jcajce.util.JcaJceHelper helper) Checks a distribution point for revocation information for the certificatecert.private static voidRFC3280CertPathUtilitiesCanl.checkCRL(org.bouncycastle.asn1.x509.DistributionPoint dp, org.bouncycastle.jcajce.PKIXExtendedParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate defaultCRLSignCert, PublicKey defaultCRLSignKey, CertStatus certStatus, ReasonsMask reasonMask, List<?> certPathCerts, org.bouncycastle.jcajce.util.JcaJceHelper jcaHelper) Checks a distribution point for revocation information for the certificatecert.protected static voidCertPathValidatorUtilities.getCertStatus(Date validDate, X509CRL crl, Object cert, CertStatus certStatus) protected static voidRFC3280CertPathUtilitiesCanl.getCertStatus(Date validDate, X509CRL crl, Object cert, CertStatus certStatus) protected static voidRFC3280CertPathUtilities.processCRLI(Date validDate, X509CRL deltacrl, Object cert, CertStatus certStatus, org.bouncycastle.jcajce.PKIXExtendedParameters pkixParams) private static voidRFC3280CertPathUtilitiesCanl.processCRLI2(Date validDate, X509CRL deltacrl, Object cert, CertStatus certStatus, org.bouncycastle.jcajce.PKIXExtendedParameters pkixParams) protected static voidRFC3280CertPathUtilities.processCRLJ(Date validDate, X509CRL completecrl, Object cert, CertStatus certStatus) private static voidRFC3280CertPathUtilitiesCanl.processCRLJ2(Date validDate, X509CRL completecrl, Object cert, CertStatus certStatus)