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.
|
Modifier and Type | Field and Description |
---|---|
static RevocationParameters |
RevocationParameters.IGNORE
Constant which can be used to simply turn off any revocation checking.
|
Modifier and Type | Method and Description |
---|---|
RevocationParameters |
RevocationParameters.clone()
Clone the instance
|
RevocationParameters |
X509CertChainValidatorExt.getRevocationCheckingMode()
Gets the current revocation checking mode.
|
Modifier and Type | Method and Description |
---|---|
RevocationParameters |
BinaryCertChainValidator.getRevocationCheckingMode() |
Modifier and Type | Field and Description |
---|---|
protected RevocationParameters |
ExtPKIXParameters2.revocationParams |
Modifier and Type | Method and Description |
---|---|
RevocationParameters |
AbstractValidator.getRevocationCheckingMode()
Gets the current revocation checking mode.
|
RevocationParameters |
ExtPKIXParameters2.getRevocationParams() |
Modifier and Type | Method and Description |
---|---|
protected 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 |
ExtPKIXParameters2.Builder.setRevocationParams(RevocationParameters revocationParams) |
ValidationResult |
BCCertPathValidator.validate(X509Certificate[] toCheck,
boolean proxySupport,
Set<TrustAnchor> trustAnchors,
CertStore crlStore,
RevocationParameters revocationParams,
ObserversHandler observersHandler)
Performs validation.
|
Modifier and Type | Class and Description |
---|---|
class |
RevocationParametersExt
Manages configuration of revocation settings, used in non-openssl truststores.
|
Modifier and Type | Field and Description |
---|---|
protected RevocationParameters |
ValidatorParams.revocationSettings |
Modifier and Type | Method and Description |
---|---|
RevocationParameters |
ValidatorParams.getRevocationSettings() |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorParams.setRevocationSettings(RevocationParameters revocationSettings) |
void |
ValidatorParamsExt.setRevocationSettings(RevocationParameters revocationSettings)
Do not use this method - it will always throw an exception.
|
Constructor and Description |
---|
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.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.