Package | Description |
---|---|
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 | Field and Description |
---|---|
protected RevocationParametersExt |
PlainCRLValidator.revocationParameters |
Modifier and Type | Method and Description |
---|---|
RevocationParametersExt |
PlainCRLValidator.getRevocationParameters()
Returns a copy (so modifications won't change this validator internal state)
of revocation parameters.
|
Constructor and Description |
---|
PlainCRLValidator(RevocationParametersExt revocationParams,
Collection<? extends StoreUpdateListener> listeners)
Constructs a new validator instance.
|
Modifier and Type | Field and Description |
---|---|
static RevocationParametersExt |
RevocationParametersExt.IGNORE
Constant which can be used to simply turn off any revocation checking.
|
protected RevocationParametersExt |
ValidatorParamsExt.revocationSettings |
Modifier and Type | Method and Description |
---|---|
RevocationParametersExt |
RevocationParametersExt.clone() |
RevocationParametersExt |
ValidatorParamsExt.getRevocationSettings() |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorParamsExt.setRevocationSettings(RevocationParametersExt revocationSettings) |
Constructor and Description |
---|
ValidatorParamsExt(RevocationParametersExt revocationSettings,
ProxySupport allowProxy)
Allows for setting all parameters except the list of initial listeners
|
ValidatorParamsExt(RevocationParametersExt revocationSettings,
ProxySupport allowProxy,
Collection<? extends StoreUpdateListener> initialListeners)
Full version, allows for setting all parameters.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.