public class ValidatorParamsExt extends ValidatorParams
X509CertChainValidator
implementations
which use RevocationParametersExt
Modifier and Type | Field and Description |
---|---|
protected RevocationParametersExt |
revocationSettings |
allowProxy, DEFAULT_PROXY_SUPPORT, initialListeners
Constructor and Description |
---|
ValidatorParamsExt()
Default constructor: proxies are allowed, no initial update listeners,
default revocation settings.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RevocationParametersExt |
getRevocationSettings() |
void |
setRevocationSettings(RevocationParameters revocationSettings)
Do not use this method - it will always throw an exception.
|
void |
setRevocationSettings(RevocationParametersExt revocationSettings) |
getInitialListeners, isAllowProxy, setAllowProxy, setInitialListeners
protected RevocationParametersExt revocationSettings
public ValidatorParamsExt()
public ValidatorParamsExt(RevocationParametersExt revocationSettings, ProxySupport allowProxy)
revocationSettings
- desired revocation settingsallowProxy
- whether to allow proxiespublic ValidatorParamsExt(RevocationParametersExt revocationSettings, ProxySupport allowProxy, Collection<? extends StoreUpdateListener> initialListeners)
revocationSettings
- desired revocation settingsallowProxy
- whether to allow proxiesinitialListeners
- initial trust store update listenerspublic RevocationParametersExt getRevocationSettings()
getRevocationSettings
in class ValidatorParams
public void setRevocationSettings(RevocationParametersExt revocationSettings)
revocationSettings
- revocation checking settingspublic void setRevocationSettings(RevocationParameters revocationSettings)
setRevocationSettings
in class ValidatorParams
revocationSettings
- revocation checking settingsCopyright © 2012-2017 European Middleware Initiative. All Rights Reserved.