Class AbstractTrustAnchorStore
java.lang.Object
eu.emi.security.authn.x509.helpers.trust.AbstractTrustAnchorStore
- All Implemented Interfaces:
TrustAnchorStore
- Direct Known Subclasses:
LazyOpensslTrustAnchorStoreImpl,TimedTrustAnchorStoreBase
Base implementation of Trust Anchor stores. Provides observers support and utility methods to warn
about expired certs.
- Author:
- K. Benedyczak
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckValidity(String location, X509Certificate certificate, boolean addSubject) longvoidsetUpdateInterval(long newInterval) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.emi.security.authn.x509.helpers.trust.TrustAnchorStore
dispose, getTrustAnchors, getTrustedCertificates
-
Field Details
-
observers
-
-
Constructor Details
-
AbstractTrustAnchorStore
-
-
Method Details
-
getUpdateInterval
public long getUpdateInterval()- Specified by:
getUpdateIntervalin interfaceTrustAnchorStore
-
setUpdateInterval
public void setUpdateInterval(long newInterval) - Specified by:
setUpdateIntervalin interfaceTrustAnchorStore
-
checkValidity
-