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 TypeMethodDescriptionstatic 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, eu.emi.security.authn.x509.helpers.pkipath.bc.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. -
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.