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.
|
eu.emi.security.authn.x509.impl |
Contains implementation classes of the library.
|
Class and Description |
---|
TrustAnchorStore
Implementations provide trust store material: a list of trusted CA certificates.
|
Class and Description |
---|
AbstractTrustAnchorStore
Base implementation of Trust Anchor stores.
|
DirectoryTrustAnchorStore
Retrieves CA certificates from locations given as local paths with wildcards
or URLs.
|
JDKInMemoryTrustAnchorStore
Implementation of the
TrustAnchorStore which uses JDK's KeyStore
as a in-memory storage. |
OpensslTrustAnchorStore
Implementations of this interface are used by
OpensslCertChainValidator to get access to
the trust anchor store. |
TimedTrustAnchorStoreBase
Base implementation of Trust Anchor stores which load all certificates into memory.
|
TrustAnchorExt |
TrustAnchorStore
Implementations provide trust store material: a list of trusted CA certificates.
|
Class and Description |
---|
JDKInMemoryTrustAnchorStore
Implementation of the
TrustAnchorStore which uses JDK's KeyStore
as a in-memory storage. |
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.