class AKCertHolderImpl

The AKCertHolder holds an AkentiCertficate, the level of the trust verification, and caching start/end times.

Public Methods

[more] AKCertHolderImpl (const AkentiCertificate& cert = AkentiCertificate(), int level = 0, const UtcTime& startCacheTime = UtcTime(), const UtcTime& endCacheTime = UtcTime())
[more]void addCertificateStatusListener (CertificateStatusListener* l)
[more]void removeCertificateStatusListener (CertificateStatusListener* l)
[more]const AkentiCertificate& getCertificate () const
[more]bool setLevel (int level)
[more]int getLevel () const
[more]bool setStartCacheTime (const UtcTime& startCacheTime)
[more]const UtcTime& getStartCacheTime () const
[more]bool setEndCacheTime (const UtcTime& endCacheTime)
[more]const UtcTime& getEndCacheTime () const
[more]bool checkValidity (const UtcTime& utc)
[more]string paramString () const


Documentation

The AKCertHolder holds an AkentiCertficate, the level of the trust verification, and caching start/end times.

Components can register their interests in changes to the info held in AKCertHolder.

o AKCertHolderImpl(const AkentiCertificate& cert = AkentiCertificate(), int level = 0, const UtcTime& startCacheTime = UtcTime(), const UtcTime& endCacheTime = UtcTime())

ovoid addCertificateStatusListener(CertificateStatusListener* l)

ovoid removeCertificateStatusListener(CertificateStatusListener* l)

oconst AkentiCertificate& getCertificate() const

obool setLevel(int level)

oint getLevel() const

obool setStartCacheTime(const UtcTime& startCacheTime)

oconst UtcTime& getStartCacheTime() const

obool setEndCacheTime(const UtcTime& endCacheTime)

oconst UtcTime& getEndCacheTime() const

obool checkValidity(const UtcTime& utc)

ostring paramString() const


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01
See Also:
ref_ptr
AkentiCertificate;
CertificateStatusListener;
UtcTime

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.