| 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 java.util.Set<TrustAnchorExt> |
DirectoryTrustAnchorStore.anchors |
protected CachedElement<java.util.Set<TrustAnchorExt>> |
LazyOpensslTrustAnchorStoreImpl.cachedAnchors |
protected java.util.Map<javax.security.auth.x500.X500Principal,CachedElement<java.util.Set<TrustAnchorExt>>> |
LazyOpensslTrustAnchorStoreImpl.cachedAnchorsPerIssuer |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Set<TrustAnchorExt> |
LazyOpensslTrustAnchorStoreImpl.loadTrustAnchors() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LazyOpensslTrustAnchorStoreImpl.tryLoadCert(java.io.File file,
java.util.Set<TrustAnchorExt> set) |
protected boolean |
OpensslTrustAnchorStoreImpl.tryLoadCert(java.net.URL location,
java.util.Set<TrustAnchorExt> tmpAnchors) |
private void |
LazyOpensslTrustAnchorStoreImpl.tryLoadTAFor(javax.security.auth.x500.X500Principal issuer,
java.util.Set<TrustAnchorExt> ret) |