Package | Description |
---|---|
eu.emi.security.authn.x509.helpers.crl |
Helper classes implementing Certificate Revocation List access, which is used by the
validators together with trust stores.
|
eu.emi.security.authn.x509.helpers.trust |
Contains implementations of trust stores, which provide access to trusted root
certificates.
|
Modifier and Type | Class and Description |
---|---|
private static class |
PlainCRLStoreSpi.CRLAsyncUpdateTask
This class follows a quite advanced but important pattern:
- it is static so there is no hidden reference from it to the wrapping class
- instead it has a weak reference to the wrapping object
- when the weak reference is nullified, it means that the wrapping object was discarded
by the GC and is no more usable: in this case the update task is automatically stopped.
|
Modifier and Type | Class and Description |
---|---|
private static class |
TimedTrustAnchorStoreBase.AsyncTrustAnchorsUpdateTask
Important: static nested class, weak reference to the wrapper.
|