Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ObserversHandler.notifyObservers(String url,
String type,
StoreUpdateListener.Severity level,
Exception e) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCRLStoreSPI.notifyObservers(String url,
StoreUpdateListener.Severity level,
Exception e) |
Copyright © 2012–2015 European Middleware Initiative. All rights reserved.