Uses of Class
eu.emi.security.authn.x509.RevocationParameters
Packages that use RevocationParameters
Package
Description
Contains API of the library.
Consists of general purpose classes, helping to implement generic functionality of the library.
Helper classes for internal, low level, logic of certificate path validation.
Contains implementation classes of the library.
-
Uses of RevocationParameters in eu.emi.security.authn.x509
Fields in eu.emi.security.authn.x509 declared as RevocationParametersModifier and TypeFieldDescriptionstatic final RevocationParameters
RevocationParameters.IGNORE
Constant which can be used to simply turn off any revocation checking.Methods in eu.emi.security.authn.x509 that return RevocationParametersModifier and TypeMethodDescriptionRevocationParameters.clone()
Clone the instanceX509CertChainValidatorExt.getRevocationCheckingMode()
Gets the current revocation checking mode. -
Uses of RevocationParameters in eu.emi.security.authn.x509.helpers
Methods in eu.emi.security.authn.x509.helpers that return RevocationParameters -
Uses of RevocationParameters in eu.emi.security.authn.x509.helpers.pkipath
Fields in eu.emi.security.authn.x509.helpers.pkipath declared as RevocationParametersModifier and TypeFieldDescriptionprotected final RevocationParameters
ExtPKIXParameters2.revocationParams
Methods in eu.emi.security.authn.x509.helpers.pkipath that return RevocationParametersModifier and TypeMethodDescriptionAbstractValidator.getRevocationCheckingMode()
Gets the current revocation checking mode.ExtPKIXParameters2.getRevocationParams()
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type RevocationParametersModifier and TypeMethodDescriptionprotected ExtPKIXParameters2
BCCertPathValidator.createPKIXParameters
(X509Certificate[] toCheck, boolean proxySupport, Set<TrustAnchor> trustAnchors, CertStore crlStore, RevocationParameters revocationParams, ObserversHandler observersHandler) protected void
AbstractValidator.init
(TrustAnchorStore caStore, AbstractCRLStoreSPI crlStore, ProxySupport proxySupport, RevocationParameters revocationCheckingMode) Use this method to initialize the parent from the extension class, if not using the non-default constructor.ExtPKIXParameters2.Builder.setRevocationParams
(RevocationParameters revocationParams) BCCertPathValidator.validate
(X509Certificate[] toCheck, boolean proxySupport, Set<TrustAnchor> trustAnchors, CertStore crlStore, RevocationParameters revocationParams, ObserversHandler observersHandler) Performs validation. -
Uses of RevocationParameters in eu.emi.security.authn.x509.impl
Subclasses of RevocationParameters in eu.emi.security.authn.x509.implModifier and TypeClassDescriptionclass
Manages configuration of revocation settings, used in non-openssl truststores.Fields in eu.emi.security.authn.x509.impl declared as RevocationParametersModifier and TypeFieldDescriptionprotected RevocationParameters
ValidatorParams.revocationSettings
Methods in eu.emi.security.authn.x509.impl that return RevocationParametersMethods in eu.emi.security.authn.x509.impl with parameters of type RevocationParametersModifier and TypeMethodDescriptionvoid
ValidatorParams.setRevocationSettings
(RevocationParameters revocationSettings) void
ValidatorParamsExt.setRevocationSettings
(RevocationParameters revocationSettings) Do not use this method - it will always throw an exception.Constructors in eu.emi.security.authn.x509.impl with parameters of type RevocationParametersModifierConstructorDescriptionValidatorParams
(RevocationParameters revocationSettings, ProxySupport allowProxy) Allows for setting all parameters except the list of initial listenersValidatorParams
(RevocationParameters revocationSettings, ProxySupport allowProxy, Collection<? extends StoreUpdateListener> initialListeners) Full version, allows for setting all parameters.