Uses of Class
eu.emi.security.authn.x509.StoreUpdateListener.Severity

Packages that use StoreUpdateListener.Severity
eu.emi.security.authn.x509 Contains API of the library. 
eu.emi.security.authn.x509.helpers.crl Helper classes implementing Certificate Revocation List access, which is used by the validators together with trust stores. 
eu.emi.security.authn.x509.helpers.trust Contains implementations of trust stores, which provide access to trusted root certificates. 
 

Uses of StoreUpdateListener.Severity in eu.emi.security.authn.x509
 

Methods in eu.emi.security.authn.x509 that return StoreUpdateListener.Severity
static StoreUpdateListener.Severity StoreUpdateListener.Severity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StoreUpdateListener.Severity[] StoreUpdateListener.Severity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.emi.security.authn.x509 with parameters of type StoreUpdateListener.Severity
 void StoreUpdateListener.loadingNotification(String location, String type, StoreUpdateListener.Severity level, Exception cause)
          Informs about an update related to loading of trust related material, like loading or downloading a CA certificate, CRL or others.
 

Uses of StoreUpdateListener.Severity in eu.emi.security.authn.x509.helpers.crl
 

Methods in eu.emi.security.authn.x509.helpers.crl with parameters of type StoreUpdateListener.Severity
protected  void AbstractCRLCertStoreSpi.notifyObservers(String url, StoreUpdateListener.Severity level, Exception e)
           
 

Uses of StoreUpdateListener.Severity in eu.emi.security.authn.x509.helpers.trust
 

Methods in eu.emi.security.authn.x509.helpers.trust with parameters of type StoreUpdateListener.Severity
protected  void TrustAnchorStoreBase.notifyObservers(String url, String type, StoreUpdateListener.Severity level, Exception e)
           
 



Copyright © 2012 European Middleware Initiative. All Rights Reserved.