|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RevocationParametersExt | |
---|---|
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. |
Uses of RevocationParametersExt in eu.emi.security.authn.x509.helpers.pkipath |
---|
Fields in eu.emi.security.authn.x509.helpers.pkipath declared as RevocationParametersExt | |
---|---|
protected RevocationParametersExt |
PlainCRLValidator.revocationParameters
|
Methods in eu.emi.security.authn.x509.helpers.pkipath that return RevocationParametersExt | |
---|---|
RevocationParametersExt |
PlainCRLValidator.getRevocationParameters()
Returns a copy (so modifications won't change this validator internal state) of revocation parameters. |
Constructors in eu.emi.security.authn.x509.helpers.pkipath with parameters of type RevocationParametersExt | |
---|---|
PlainCRLValidator(RevocationParametersExt revocationParams,
Collection<? extends StoreUpdateListener> listeners)
Constructs a new validator instance. |
Uses of RevocationParametersExt in eu.emi.security.authn.x509.impl |
---|
Fields in eu.emi.security.authn.x509.impl declared as RevocationParametersExt | |
---|---|
static RevocationParametersExt |
RevocationParametersExt.IGNORE
Constant which can be used to simply turn off any revocation checking. |
protected RevocationParametersExt |
ValidatorParamsExt.revocationSettings
|
Methods in eu.emi.security.authn.x509.impl that return RevocationParametersExt | |
---|---|
RevocationParametersExt |
RevocationParametersExt.clone()
|
RevocationParametersExt |
ValidatorParamsExt.getRevocationSettings()
|
Methods in eu.emi.security.authn.x509.impl with parameters of type RevocationParametersExt | |
---|---|
void |
ValidatorParamsExt.setRevocationSettings(RevocationParametersExt revocationSettings)
|
Constructors in eu.emi.security.authn.x509.impl with parameters of type RevocationParametersExt | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |