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

Packages that use ExtPKIXParameters
eu.emi.security.authn.x509.helpers.pkipath Helper classes for internal, low level, logic of certificate path validation. 
eu.emi.security.authn.x509.helpers.pkipath.bc Helper classes included (mostly copied) from the BouncyCastle 1.46 library. 
 

Uses of ExtPKIXParameters in eu.emi.security.authn.x509.helpers.pkipath
 

Methods in eu.emi.security.authn.x509.helpers.pkipath that return ExtPKIXParameters
 ExtPKIXParameters ExtPKIXParameters.clone()
          Makes a copy of this ExtPKIXParameters object.
protected  ExtPKIXParameters BCCertPathValidator.createPKIXParameters(X509Certificate[] toCheck, boolean proxySupport, Set<TrustAnchor> trustAnchors, CertStore crlStore, RevocationParameters revocationParams, ObserversHandler observersHandler)
           
 

Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ExtPKIXParameters
protected  List<X509Certificate> BCCertPathValidator.checkNonProxyChain(X509Certificate[] baseChain, ExtPKIXParameters params, List<ValidationError> errors, Set<String> unresolvedExtensions, int posDelta, X509Certificate[] cc)
          Performs checking of the chain which has no proxies (or at least should not have proxies), using FixedBCPKIXCertPathReviewer.
 

Uses of ExtPKIXParameters in eu.emi.security.authn.x509.helpers.pkipath.bc
 

Fields in eu.emi.security.authn.x509.helpers.pkipath.bc declared as ExtPKIXParameters
protected  ExtPKIXParameters FixedBCPKIXCertPathReviewer.pkixParams
           
 

Methods in eu.emi.security.authn.x509.helpers.pkipath.bc with parameters of type ExtPKIXParameters
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)
           
 void FixedBCPKIXCertPathReviewer.init(CertPath certPath, ExtPKIXParameters params)
          Initializes the PKIXCertPathReviewer with the given CertPath and PKIXParameters params
 

Constructors in eu.emi.security.authn.x509.helpers.pkipath.bc with parameters of type ExtPKIXParameters
CRLRevocationChecker(ExtPKIXParameters paramsPKIX, Date validDate, PublicKey workingPublicKey, List<?> certificates, CrlCheckingMode checkingMode)
           
FixedBCPKIXCertPathReviewer(CertPath certPath, ExtPKIXParameters params)
          Creates a PKIXCertPathReviewer and initializes it with the given CertPath and PKIXParameters params
 



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