|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RevocationParameters | |
---|---|
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 | |
---|---|
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 | |
---|---|
RevocationParameters |
RevocationParameters.clone()
Clone the instance |
RevocationParameters |
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 | |
---|---|
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 | |
---|---|
protected RevocationParameters |
ExtPKIXParameters.revocationParams
|
Methods in eu.emi.security.authn.x509.helpers.pkipath that return RevocationParameters | |
---|---|
RevocationParameters |
AbstractValidator.getRevocationCheckingMode()
Gets the current revocation checking mode. |
RevocationParameters |
ExtPKIXParameters.getRevocationParams()
|
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type RevocationParameters | |
---|---|
protected ExtPKIXParameters |
BCCertPathValidator.createPKIXParameters(X509Certificate[] toCheck,
boolean proxySupport,
Set<TrustAnchor> trustAnchors,
CertStore crlStore,
RevocationParameters revocationParams,
ObserversHandler observersHandler)
|
protected void |
AbstractValidator.init(TrustAnchorStore caStore,
PlainCRLStoreSpi crlStore,
ProxySupport proxySupport,
RevocationParameters revocationCheckingMode)
Use this method to initialize the parent from the extension class, if not using the non-default constructor. |
void |
ExtPKIXParameters.setRevocationParams(RevocationParameters revocationParams)
|
ValidationResult |
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.impl | |
---|---|
class |
RevocationParametersExt
Manages configuration of revocation settings, used in non-openssl truststores. |
Fields in eu.emi.security.authn.x509.impl declared as RevocationParameters | |
---|---|
protected RevocationParameters |
ValidatorParams.revocationSettings
|
Methods in eu.emi.security.authn.x509.impl that return RevocationParameters | |
---|---|
RevocationParameters |
ValidatorParams.getRevocationSettings()
|
Methods in eu.emi.security.authn.x509.impl with parameters of type RevocationParameters | |
---|---|
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 | |
---|---|
ValidatorParams(RevocationParameters revocationSettings,
ProxySupport allowProxy)
Allows for setting all parameters except the list of initial listeners |
|
ValidatorParams(RevocationParameters revocationSettings,
ProxySupport allowProxy,
Collection<? extends StoreUpdateListener> initialListeners)
Full version, allows for setting all parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |