Uses of Class
eu.emi.security.authn.x509.impl.RevocationParametersExt
Packages that use RevocationParametersExt
Package
Description
Helper classes for internal, low level, logic of certificate path validation.
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 RevocationParametersExtModifier and TypeFieldDescriptionprotected RevocationParametersExt
PlainCRLValidator.revocationParameters
Methods in eu.emi.security.authn.x509.helpers.pkipath that return RevocationParametersExtModifier and TypeMethodDescriptionPlainCRLValidator.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 RevocationParametersExtModifierConstructorDescriptionPlainCRLValidator
(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 RevocationParametersExtModifier and TypeFieldDescriptionstatic final 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 RevocationParametersExtModifier and TypeMethodDescriptionRevocationParametersExt.clone()
ValidatorParamsExt.getRevocationSettings()
Methods in eu.emi.security.authn.x509.impl with parameters of type RevocationParametersExtModifier and TypeMethodDescriptionvoid
ValidatorParamsExt.setRevocationSettings
(RevocationParametersExt revocationSettings) Constructors in eu.emi.security.authn.x509.impl with parameters of type RevocationParametersExtModifierConstructorDescriptionValidatorParamsExt
(RevocationParametersExt revocationSettings, ProxySupport allowProxy) Allows for setting all parameters except the list of initial listenersValidatorParamsExt
(RevocationParametersExt revocationSettings, ProxySupport allowProxy, Collection<? extends StoreUpdateListener> initialListeners) Full version, allows for setting all parameters.