See: Description
| Interface | Description | 
|---|---|
| OpensslTrustAnchorStore | Implementations of this interface are used by  OpensslCertChainValidatorto get access to
 the trust anchor store. | 
| TrustAnchorStore | Implementations provide trust store material: a list of trusted CA certificates. | 
| Class | Description | 
|---|---|
| AbstractTrustAnchorStore | Base implementation of Trust Anchor stores. | 
| DirectoryTrustAnchorStore | Retrieves CA certificates from locations given as local paths with wildcards
 or URLs. | 
| JDKFSTrustAnchorStore | Implementation of the  TrustAnchorStorewhich load JDK'sKeyStorefrom a file. | 
| JDKInMemoryTrustAnchorStore | Implementation of the  TrustAnchorStorewhich uses JDK'sKeyStoreas a in-memory storage. | 
| LazyOpensslTrustAnchorStoreImpl | Implementation of the truststore which uses CA certificates from a single directory 
 in OpenSSL format. | 
| OpensslTrustAnchorStoreImpl | Implementation of the truststore which uses CA certificates from a single directory 
 in OpenSSL format. | 
| OpensslTruststoreHelper | Several static methods helping to mangle truststore file paths in openssl style. | 
| TimedTrustAnchorStoreBase | Base implementation of Trust Anchor stores which load all certificates into memory. | 
| TrustAnchorExt | 
Warning: this package contains internal implementation of the library. It is not guaranteed that API of the classes from this package will not change in future releases.
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.