class CertificateRetrievalFactory

Class to manage CertificatRetrieval instances.

Public Methods

[more] ~CertificateRetrievalFactory ()
[more]void addCertificateRetrieval (const string& protocol, CertificateRetrievalImpl* cri)
[more]const CertificateRetrieval& getCertificateRetrieval (const string& protocol)
[more]static CertificateRetrievalFactory& getCertificateRetrievalFactory ()
[more]static vector<Certificate> getCertificates (const URL& url, map<string, string>& args)
[more]static vector<Certificate> getCertificates (const Directory& directory, map<string, string>& args)
[more]static vector<AkentiCertificate> getAkentiCertificates (const Directory& directory, map<string, string>& args)
[more]static vector<AkentiCertificate> getAkentiCertificates (const URL& url, map<string, string>& args)


Documentation

Class to manage CertificatRetrieval instances.

Note:

In a multithreaded program:

1) Install custom made CertificateRetrievalImpl objects at startup.

2) The following static methods are thread safe.

getCertificates(...) and getAkentiCertificate(...)

o ~CertificateRetrievalFactory()

ovoid addCertificateRetrieval(const string& protocol, CertificateRetrievalImpl* cri)

oconst CertificateRetrieval& getCertificateRetrieval(const string& protocol)

ostatic CertificateRetrievalFactory& getCertificateRetrievalFactory()

ostatic vector<Certificate> getCertificates(const URL& url, map<string, string>& args)

ostatic vector<Certificate> getCertificates(const Directory& directory, map<string, string>& args)

ostatic vector<AkentiCertificate> getAkentiCertificates(const Directory& directory, map<string, string>& args)

ostatic vector<AkentiCertificate> getAkentiCertificates(const URL& url, map<string, string>& args)


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01
See Also:
CertificateRetrievalImpl
CertificateRetrievalFactory
CertificateRetrieval
Certificate
AkentiCertificate
URL
Directory

Alphabetic index HTML hierarchy of classes or Java



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