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 void
checkValidity
(String location, X509Certificate certificate, boolean addSubject) long
void
setUpdateInterval
(long newInterval) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getUpdateInterval
in interfaceTrustAnchorStore
-
setUpdateInterval
public void setUpdateInterval(long newInterval) - Specified by:
setUpdateInterval
in interfaceTrustAnchorStore
-
checkValidity
-