namespace Akenti class CacheCertificateImpl : public AkentiCertificateImpl The CacheCertificate holds one or more AkentiCertificates to be cached
| | CacheCertHolderImpl (const AkentiCertificate& cert = AkentiCertificate(), int verified = 0, const UtcTime& startCacheTime = UtcTime(), const UtcTime& endCacheTime = UtcTime()) |
| | setCertificateStatusListener (CertificateStatusListener& l) |
| | removeCertificateStatusListener (CertificateStatusListener& l) |
| | setCertificate (const AkentiCertificate& cert) |
| | getCertificate () const |
| | setVerified (int verified) |
| | getVerified () const |
| | setStartCacheTime (const UtcTime& startCacheTime) |
| | getStartCacheTime () const |
| | setEndCacheTime (const UtcTime& endCacheTime) |
| | getEndCacheTime () const |
| | checkValidity (const UtcTime& utc) |
| | paramString () const |
| | CacheCertificateImpl () Default constructor |
| | ~CacheCertificateImpl () Default destructor |
| | newInstance () const |
| | getHashString () const |
| | getCacheCertHolders () const |
| | doWrite (AkentiOutputStream& drain) const |
| | doRead (AkentiInputStream& source) |
| | doParamString (ostream& os) const |
The CacheCertificate holds one or more AkentiCertificates to be
cached.
CacheCertificate {
vector<:CacheCertHolder> each holder contains one certificate,
a verification flag and a time limit.
}
void setCertificateStatusListener(CertificateStatusListener& l)
void removeCertificateStatusListener(CertificateStatusListener& l)
void setCertificate(const AkentiCertificate& cert)
const AkentiCertificate& getCertificate() const
void setVerified(int verified)
int getVerified() const
void setStartCacheTime(const UtcTime& startCacheTime)
const UtcTime& getStartCacheTime() const
void setEndCacheTime(const UtcTime& endCacheTime)
const UtcTime& getEndCacheTime() const
bool checkValidity(const UtcTime& utc)
string paramString() const
CacheCertificateImpl()
~CacheCertificateImpl()
CacheCertificateImpl* newInstance() const
string getHashString() const
const vector <CacheCertHolder> & getCacheCertHolders() const
void doWrite(AkentiOutputStream& drain) const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de