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 RevocationParameters
RevocationParameters. IGNORE
Constant 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 RevocationParameters
RevocationParameters. clone()
Clone the instanceRevocationParameters
X509CertChainValidatorExt. 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 RevocationParameters
BinaryCertChainValidator. 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 RevocationParameters
ExtPKIXParameters2. revocationParams
Methods in eu.emi.security.authn.x509.helpers.pkipath that return RevocationParameters Modifier and Type Method Description RevocationParameters
AbstractValidator. getRevocationCheckingMode()
Gets the current revocation checking mode.RevocationParameters
ExtPKIXParameters2. getRevocationParams()
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type RevocationParameters Modifier and Type Method Description protected ExtPKIXParameters2
BCCertPathValidator. 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 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
ExtPKIXParameters2.Builder. setRevocationParams(RevocationParameters revocationParams)
ValidationResult
BCCertPathValidator. 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 class
RevocationParametersExt
Manages 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 RevocationParameters
ValidatorParams. revocationSettings
Methods in eu.emi.security.authn.x509.impl that return RevocationParameters Modifier and Type Method Description RevocationParameters
ValidatorParams. getRevocationSettings()
Methods in eu.emi.security.authn.x509.impl with parameters of type RevocationParameters Modifier and Type Method Description void
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 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.
-