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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcheckValidity(String location, X509Certificate certificate, boolean addSubject) longvoidsetUpdateInterval(long newInterval) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.emi.security.authn.x509.helpers.trust.TrustAnchorStoredispose, getTrustAnchors, getTrustedCertificates
- 
Field Details- 
observers
 
- 
- 
Constructor Details- 
AbstractTrustAnchorStore
 
- 
- 
Method Details- 
getUpdateIntervalpublic long getUpdateInterval()- Specified by:
- getUpdateIntervalin interface- TrustAnchorStore
 
- 
setUpdateIntervalpublic void setUpdateInterval(long newInterval) - Specified by:
- setUpdateIntervalin interface- TrustAnchorStore
 
- 
checkValidity
 
-