Uses of Class
eu.emi.security.authn.x509.helpers.pkipath.SimpleValidationErrorException

Packages that use SimpleValidationErrorException
eu.emi.security.authn.x509.helpers.ocsp Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560. 
eu.emi.security.authn.x509.helpers.pkipath.bc Helper classes included (mostly copied) from the BouncyCastle 1.46 library. 
eu.emi.security.authn.x509.helpers.revocation 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 SimpleValidationErrorException
 RevocationStatus OCSPRevocationChecker.checkRevocation(X509Certificate certitifcate, X509Certificate issuer)
           
protected  List<OCSPResponder> OCSPVerifier.getOCSPUrls(X509Certificate certificate, X509Certificate issuerCert)
           
 OCSPResult 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 SimpleValidationErrorException
protected  void FixedBCPKIXCertPathReviewer.addError(SimpleValidationErrorException msg, int index)
           
 

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)
           
 

Uses of SimpleValidationErrorException in eu.emi.security.authn.x509.helpers.revocation
 

Methods in eu.emi.security.authn.x509.helpers.revocation that throw SimpleValidationErrorException
 RevocationStatus RevocationChecker.checkRevocation(X509Certificate certitifcate, X509Certificate issuer)
          Checks revocation.
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.