Methods in eu.emi.security.authn.x509.helpers.pkipath.bc that throw SimpleValidationErrorException |
protected static void |
RFC3280CertPathUtilitiesHelper.checkCRLs2(ExtPKIXParameters paramsPKIX,
X509Certificate cert,
Date validDate,
X509Certificate sign,
PublicKey workingPublicKey,
List<?> certPathCerts)
Checks a certificate if it is revoked. |
protected void |
FixedBCPKIXCertPathReviewer.checkRevocation(ExtPKIXParameters paramsPKIX,
X509Certificate cert,
Date validDate,
X509Certificate sign,
PublicKey workingPublicKey)
|
RevocationStatus |
CRLRevocationChecker.checkRevocation(X509Certificate certitifcate,
X509Certificate issuer)
|
protected static void |
RFC3280CertPathUtilitiesHelper.getCertStatus(Date validDate,
X509CRL crl,
Object cert,
CertStatus certStatus)
|
protected static Set<?> |
CertPathValidatorUtilities.getCompleteCRLs2(DistributionPoint dp,
X509Certificate cert,
Date currentDate,
ExtendedPKIXParameters paramsPKIX)
|
protected static Set<X509CRL> |
CertPathValidatorUtilities.getDeltaCRLs2(Date currentDate,
ExtendedPKIXParameters paramsPKIX,
X509CRL completeCRL)
Fetches delta CRLs according to RFC 3280 section 5.2.4. |
protected static void |
RFC3280CertPathUtilitiesHelper.processCRLB1_2(DistributionPoint dp,
Object cert,
X509CRL crl)
|
protected static void |
RFC3280CertPathUtilitiesHelper.processCRLB2_2(DistributionPoint dp,
Object cert,
X509CRL crl)
|
protected static void |
RFC3280CertPathUtilitiesHelper.processCRLC2(X509CRL deltaCRL,
X509CRL completeCRL,
ExtendedPKIXParameters pkixParams)
|
protected static eu.emi.security.authn.x509.helpers.pkipath.bc.ReasonsMask |
RFC3280CertPathUtilitiesHelper.processCRLD2(X509CRL crl,
DistributionPoint dp)
|
protected static Set<?> |
RFC3280CertPathUtilitiesHelper.processCRLF2(X509CRL crl,
Object cert,
X509Certificate defaultCRLSignCert,
PublicKey defaultCRLSignKey,
ExtendedPKIXParameters paramsPKIX,
List<?> certPathCerts)
|
protected static PublicKey |
RFC3280CertPathUtilitiesHelper.processCRLG2(X509CRL crl,
Set<?> keys)
|
protected static X509CRL |
RFC3280CertPathUtilitiesHelper.processCRLH2(Set<?> deltacrls,
PublicKey key)
|
protected static void |
RFC3280CertPathUtilitiesHelper.processCRLI(Date validDate,
X509CRL deltacrl,
Object cert,
CertStatus certStatus,
ExtendedPKIXParameters pkixParams)
|
protected static void |
RFC3280CertPathUtilitiesHelper.processCRLJ(Date validDate,
X509CRL completecrl,
Object cert,
CertStatus certStatus)
|