Package | Description |
---|---|
eu.emi.security.authn.x509.helpers.pkipath |
Helper classes for internal, low level, logic of certificate path validation.
|
eu.emi.security.authn.x509.helpers.trust |
Contains implementations of trust stores, which provide access to trusted root
certificates.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpensslTrustAnchorStore
Implementations of this interface are used by
OpensslCertChainValidator to get access to
the trust anchor store. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTrustAnchorStore
Base implementation of Trust Anchor stores.
|
class |
DirectoryTrustAnchorStore
Retrieves CA certificates from locations given as local paths with wildcards
or URLs.
|
class |
JDKFSTrustAnchorStore
Implementation of the
TrustAnchorStore which load JDK's KeyStore
from a file. |
class |
JDKInMemoryTrustAnchorStore
Implementation of the
TrustAnchorStore which uses JDK's KeyStore
as a in-memory storage. |
class |
LazyOpensslTrustAnchorStoreImpl
Implementation of the truststore which uses CA certificates from a single directory
in OpenSSL format.
|
class |
OpensslTrustAnchorStoreImpl
Implementation of the truststore which uses CA certificates from a single directory
in OpenSSL format.
|
class |
TimedTrustAnchorStoreBase
Base implementation of Trust Anchor stores which load all certificates into memory.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.