Package | Description |
---|---|
eu.emi.security.authn.x509.helpers.crl |
Helper classes implementing Certificate Revocation List access, which is used by the
validators together with trust stores.
|
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 |
---|---|
protected CRLParameters |
AbstractCRLStoreSPI.params |
Constructor and Description |
---|
AbstractCRLStoreSPI(CRLParameters params,
ObserversHandler observers) |
PlainCRLStoreSpi(CRLParameters params,
Timer t,
ObserversHandler observers)
Creates a new CRL store.
|
Modifier and Type | Method and Description |
---|---|
protected PlainCRLStoreSpi |
PlainCRLValidator.createCRLStore(CRLParameters crlParams,
Timer t)
This method can be overridden if a different implementation of the
PlainCRLStoreSpi (its subclass) should be used. |
Modifier and Type | Field and Description |
---|---|
protected CRLParameters |
RevocationParametersExt.crlParameters |
Modifier and Type | Method and Description |
---|---|
CRLParameters |
CRLParameters.clone() |
CRLParameters |
RevocationParametersExt.getCrlParameters()
Returns CRL parameters
|
Modifier and Type | Method and Description |
---|---|
void |
RevocationParametersExt.setCrlParameters(CRLParameters crlParameters)
Sets CRL parameters to be used.
|
Constructor and Description |
---|
RevocationParametersExt(CrlCheckingMode crlCheckingMode,
CRLParameters crlParameters)
Deprecated.
|
RevocationParametersExt(CrlCheckingMode crlCheckingMode,
CRLParameters crlParameters,
OCSPParametes ocspParametes)
Constructor allowing to set CRL checking mode and all OCSP settings.
|
RevocationParametersExt(CrlCheckingMode crlCheckingMode,
CRLParameters crlParameters,
OCSPParametes ocspParametes,
boolean useAllEnabled,
RevocationParameters.RevocationCheckingOrder order)
Full fledged constructor.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.