Uses of Class
eu.emi.security.authn.x509.impl.RevocationParametersExt
-
Packages that use RevocationParametersExt 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. -
-
Uses of RevocationParametersExt in eu.emi.security.authn.x509.helpers.pkipath
Fields in eu.emi.security.authn.x509.helpers.pkipath declared as RevocationParametersExt Modifier and Type Field Description protected RevocationParametersExt
PlainCRLValidator. revocationParameters
Methods in eu.emi.security.authn.x509.helpers.pkipath that return RevocationParametersExt Modifier and Type Method Description 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 Constructor Description PlainCRLValidator(RevocationParametersExt revocationParams, java.util.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 Modifier and Type Field Description 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 Modifier and Type Method Description RevocationParametersExt
RevocationParametersExt. clone()
RevocationParametersExt
ValidatorParamsExt. getRevocationSettings()
Methods in eu.emi.security.authn.x509.impl with parameters of type RevocationParametersExt Modifier and Type Method Description void
ValidatorParamsExt. setRevocationSettings(RevocationParametersExt revocationSettings)
Constructors in eu.emi.security.authn.x509.impl with parameters of type RevocationParametersExt Constructor Description ValidatorParamsExt(RevocationParametersExt revocationSettings, ProxySupport allowProxy)
Allows for setting all parameters except the list of initial listenersValidatorParamsExt(RevocationParametersExt revocationSettings, ProxySupport allowProxy, java.util.Collection<? extends StoreUpdateListener> initialListeners)
Full version, allows for setting all parameters.
-