Package | Description |
---|---|
eu.emi.security.authn.x509.helpers.trust |
Contains implementations of trust stores, which provide access to trusted root
certificates.
|
Modifier and Type | Field and Description |
---|---|
protected Set<TrustAnchorExt> |
DirectoryTrustAnchorStore.anchors |
protected CachedElement<Set<TrustAnchorExt>> |
LazyOpensslTrustAnchorStoreImpl.cachedAnchors |
protected Map<X500Principal,CachedElement<Set<TrustAnchorExt>>> |
LazyOpensslTrustAnchorStoreImpl.cachedAnchorsPerIssuer |
protected Map<URL,TrustAnchorExt> |
DirectoryTrustAnchorStore.locations2anchors |
Modifier and Type | Method and Description |
---|---|
protected void |
LazyOpensslTrustAnchorStoreImpl.tryLoadCert(File file,
Set<TrustAnchorExt> set) |
protected boolean |
OpensslTrustAnchorStoreImpl.tryLoadCert(URL location,
Set<TrustAnchorExt> tmpAnchors,
Map<URL,TrustAnchorExt> tmpLoc2anch) |
protected boolean |
OpensslTrustAnchorStoreImpl.tryLoadCert(URL location,
Set<TrustAnchorExt> tmpAnchors,
Map<URL,TrustAnchorExt> tmpLoc2anch) |
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.