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.pkipath |
Helper classes for internal, low level, logic of certificate path validation.
|
eu.emi.security.authn.x509.impl |
Contains implementation classes of the library.
|
Modifier and Type | Method and Description |
---|---|
void |
X509CertChainValidator.addUpdateListener(StoreUpdateListener listener)
Registers a listener which can react to errors found during refreshing
of the trust material: trusted CAs or CRLs.
|
void |
X509CertChainValidator.removeUpdateListener(StoreUpdateListener listener)
Unregisters a previously registered CA or CRL update listener.
|
Modifier and Type | Method and Description |
---|---|
void |
ObserversHandler.addObserver(StoreUpdateListener listener)
Registers a listener which can react to errors found during refreshing
of the trust material: trusted CAs or CRLs.
|
void |
BinaryCertChainValidator.addUpdateListener(StoreUpdateListener listener)
Registers a listener which can react to errors found during refreshing
of the trust material: trusted CAs or CRLs.
|
void |
ObserversHandler.removeObserver(StoreUpdateListener listener)
Unregisters a previously registered CA or CRL update listener.
|
void |
BinaryCertChainValidator.removeUpdateListener(StoreUpdateListener listener)
Unregisters a previously registered CA or CRL update listener.
|
Constructor and Description |
---|
ObserversHandler(Collection<? extends StoreUpdateListener> initialObservers) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValidator.addUpdateListener(StoreUpdateListener listener)
Registers a listener which can react to errors found during refreshing
of the trust material: trusted CAs or CRLs.
|
void |
AbstractValidator.removeUpdateListener(StoreUpdateListener listener)
Unregisters a previously registered CA or CRL update listener.
|
Constructor and Description |
---|
AbstractValidator(Collection<? extends StoreUpdateListener> initialListeners)
Default constructor is available, the subclass must initialize the parent
with the init() method.
|
PlainCRLValidator(RevocationParametersExt revocationParams,
Collection<? extends StoreUpdateListener> listeners)
Constructs a new validator instance.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<? extends StoreUpdateListener> |
ValidatorParams.initialListeners |
Modifier and Type | Method and Description |
---|---|
Collection<? extends StoreUpdateListener> |
ValidatorParams.getInitialListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorParams.setInitialListeners(Collection<? extends StoreUpdateListener> initialListeners) |
Constructor and Description |
---|
ValidatorParams(RevocationParameters revocationSettings,
ProxySupport allowProxy,
Collection<? extends StoreUpdateListener> initialListeners)
Full version, allows for setting all parameters.
|
ValidatorParamsExt(RevocationParametersExt revocationSettings,
ProxySupport allowProxy,
Collection<? extends StoreUpdateListener> initialListeners)
Full version, allows for setting all parameters.
|
Copyright © 2012–2015 European Middleware Initiative. All rights reserved.