Uses of Class
eu.emi.security.authn.x509.helpers.pkipath.SimpleValidationErrorException
Packages that use SimpleValidationErrorException
Package
Description
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
Helper classes included (mostly copied) from the BouncyCastle 1.52 library
and further updated.
Helper classes, implementing general revocation checking functionality.
-
Uses of SimpleValidationErrorException in eu.emi.security.authn.x509.helpers.ocsp
Methods in eu.emi.security.authn.x509.helpers.ocsp that throw SimpleValidationErrorExceptionModifier and TypeMethodDescriptionOCSPRevocationChecker.checkRevocation(X509Certificate certitifcate, X509Certificate issuer) protected List<OCSPResponder> OCSPVerifier.getOCSPUrls(X509Certificate certificate, X509Certificate issuerCert) OCSPVerifier.verify(X509Certificate toCheck, X509Certificate issuerCert) -
Uses of SimpleValidationErrorException in eu.emi.security.authn.x509.helpers.pkipath.bc
Methods in eu.emi.security.authn.x509.helpers.pkipath.bc with parameters of type SimpleValidationErrorExceptionModifier and TypeMethodDescriptionprotected voidFixedBCPKIXCertPathReviewer.addError(SimpleValidationErrorException msg, int index) Methods in eu.emi.security.authn.x509.helpers.pkipath.bc that throw SimpleValidationErrorExceptionModifier and TypeMethodDescriptionprivate 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.static voidRFC3280CertPathUtilitiesCanl.checkCRLs2(ExtPKIXParameters2 paramsPKIX, X509Certificate cert, Date validDate, X509Certificate sign, PublicKey workingPublicKey, List<?> certPathCerts, org.bouncycastle.jcajce.util.JcaJceHelper jcaHelper) Checks a certificate if it is revoked.protected voidFixedBCPKIXCertPathReviewer.checkRevocation(ExtPKIXParameters2 paramsPKIX, X509Certificate cert, Date validDate, X509Certificate sign, PublicKey workingPublicKey) protected static voidRFC3280CertPathUtilitiesCanl.getCertStatus(Date validDate, X509CRL crl, Object cert, CertStatus certStatus) protected static Set<?> CertPathValidatorUtilitiesCanl.getCompleteCRLs2(org.bouncycastle.asn1.x509.DistributionPoint dp, X509Certificate cert, Date currentDate, org.bouncycastle.jcajce.PKIXExtendedParameters paramsPKIX) CertPathValidatorUtilitiesCanl.getDeltaCRLs2(Date currentDate, org.bouncycastle.jcajce.PKIXExtendedParameters paramsPKIX, X509CRL completeCRL) Fetches delta CRLs according to RFC 3280 section 5.2.4.private static voidRFC3280CertPathUtilitiesCanl.processCRLB1_2(org.bouncycastle.asn1.x509.DistributionPoint dp, Object cert, X509CRL crl) private static voidRFC3280CertPathUtilitiesCanl.processCRLB2_2(org.bouncycastle.asn1.x509.DistributionPoint dp, Object cert, X509CRL crl) private static voidRFC3280CertPathUtilitiesCanl.processCRLC2(X509CRL deltaCRL, X509CRL completeCRL, org.bouncycastle.jcajce.PKIXExtendedParameters pkixParams) private static ReasonsMaskRFC3280CertPathUtilitiesCanl.processCRLD2(X509CRL crl, org.bouncycastle.asn1.x509.DistributionPoint dp) private static Set<?> RFC3280CertPathUtilitiesCanl.processCRLF2(X509CRL crl, Object cert, X509Certificate defaultCRLSignCert, PublicKey defaultCRLSignKey, org.bouncycastle.jcajce.PKIXExtendedParameters paramsPKIX, List<?> certPathCerts, org.bouncycastle.jcajce.util.JcaJceHelper helper) private static PublicKeyRFC3280CertPathUtilitiesCanl.processCRLG2(X509CRL crl, Set<?> keys) private static X509CRLRFC3280CertPathUtilitiesCanl.processCRLH2(Set<?> deltacrls, PublicKey key) private static voidRFC3280CertPathUtilitiesCanl.processCRLI2(Date validDate, X509CRL deltacrl, Object cert, CertStatus certStatus, org.bouncycastle.jcajce.PKIXExtendedParameters pkixParams) private static voidRFC3280CertPathUtilitiesCanl.processCRLJ2(Date validDate, X509CRL completecrl, Object cert, CertStatus certStatus) -
Uses of SimpleValidationErrorException in eu.emi.security.authn.x509.helpers.revocation
Methods in eu.emi.security.authn.x509.helpers.revocation that throw SimpleValidationErrorExceptionModifier and TypeMethodDescriptionCRLRevocationChecker.checkRevocation(X509Certificate certitifcate, X509Certificate issuer) RevocationChecker.checkRevocation(X509Certificate certitifcate, X509Certificate issuer) Checks revocation.