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.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyOpensslCRLStoreSpi
Handles an Openssl-like CRL store.
|
class |
OpensslCRLStoreSpi
Implementation of the CRL store which uses CRLs from a single directory
in OpenSSL format.
|
class |
PlainCRLStoreSpi
Handles an in-memory CRL store.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.