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 RevocationParametersExtPlainCRLValidator. revocationParametersMethods in eu.emi.security.authn.x509.helpers.pkipath that return RevocationParametersExt Modifier and Type Method Description RevocationParametersExtPlainCRLValidator. 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 RevocationParametersExtRevocationParametersExt. IGNOREConstant which can be used to simply turn off any revocation checking.protected RevocationParametersExtValidatorParamsExt. revocationSettingsMethods in eu.emi.security.authn.x509.impl that return RevocationParametersExt Modifier and Type Method Description RevocationParametersExtRevocationParametersExt. clone()RevocationParametersExtValidatorParamsExt. getRevocationSettings()Methods in eu.emi.security.authn.x509.impl with parameters of type RevocationParametersExt Modifier and Type Method Description voidValidatorParamsExt. 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.
-