|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreUpdateListener.Severity | |
---|---|
eu.emi.security.authn.x509 | Contains API of the library. |
eu.emi.security.authn.x509.helpers | Consists of general purpose classes, helping to implement generic functionality 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. |
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 |
---|
Methods in eu.emi.security.authn.x509.helpers with parameters of type StoreUpdateListener.Severity | |
---|---|
void |
ObserversHandler.notifyObservers(String url,
String type,
StoreUpdateListener.Severity level,
Exception e)
|
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 |
PlainCRLStoreSpi.notifyObservers(String url,
StoreUpdateListener.Severity level,
Exception e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |