Uses of Class
eu.emi.security.authn.x509.RevocationParameters
-
Packages that use RevocationParameters Package Description eu.emi.security.authn.x509 Contains API of the library.eu.emi.security.authn.x509.helpers Consists of general purpose classes, helping to implement generic functionality of the library.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 RevocationParameters in eu.emi.security.authn.x509
Fields in eu.emi.security.authn.x509 declared as RevocationParameters Modifier and Type Field Description static RevocationParametersRevocationParameters. IGNOREConstant which can be used to simply turn off any revocation checking.Methods in eu.emi.security.authn.x509 that return RevocationParameters Modifier and Type Method Description RevocationParametersRevocationParameters. clone()Clone the instanceRevocationParametersX509CertChainValidatorExt. 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 Modifier and Type Method Description RevocationParametersBinaryCertChainValidator. getRevocationCheckingMode() -
Uses of RevocationParameters in eu.emi.security.authn.x509.helpers.pkipath
Fields in eu.emi.security.authn.x509.helpers.pkipath declared as RevocationParameters Modifier and Type Field Description protected RevocationParametersExtPKIXParameters2. revocationParamsMethods in eu.emi.security.authn.x509.helpers.pkipath that return RevocationParameters Modifier and Type Method Description RevocationParametersAbstractValidator. getRevocationCheckingMode()Gets the current revocation checking mode.RevocationParametersExtPKIXParameters2. getRevocationParams()Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type RevocationParameters Modifier and Type Method Description protected ExtPKIXParameters2BCCertPathValidator. createPKIXParameters(java.security.cert.X509Certificate[] toCheck, boolean proxySupport, java.util.Set<java.security.cert.TrustAnchor> trustAnchors, java.security.cert.CertStore crlStore, RevocationParameters revocationParams, ObserversHandler observersHandler)protected voidAbstractValidator. 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.BuilderExtPKIXParameters2.Builder. setRevocationParams(RevocationParameters revocationParams)ValidationResultBCCertPathValidator. validate(java.security.cert.X509Certificate[] toCheck, boolean proxySupport, java.util.Set<java.security.cert.TrustAnchor> trustAnchors, java.security.cert.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.impl Modifier and Type Class Description classRevocationParametersExtManages configuration of revocation settings, used in non-openssl truststores.Fields in eu.emi.security.authn.x509.impl declared as RevocationParameters Modifier and Type Field Description protected RevocationParametersValidatorParams. revocationSettingsMethods in eu.emi.security.authn.x509.impl that return RevocationParameters Modifier and Type Method Description RevocationParametersValidatorParams. getRevocationSettings()Methods in eu.emi.security.authn.x509.impl with parameters of type RevocationParameters Modifier and Type Method Description voidValidatorParams. setRevocationSettings(RevocationParameters revocationSettings)voidValidatorParamsExt. 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 RevocationParameters Constructor Description ValidatorParams(RevocationParameters revocationSettings, ProxySupport allowProxy)Allows for setting all parameters except the list of initial listenersValidatorParams(RevocationParameters revocationSettings, ProxySupport allowProxy, java.util.Collection<? extends StoreUpdateListener> initialListeners)Full version, allows for setting all parameters.
-