00001 00009 #ifndef __PKIFCACHEINTERFACES_H__ 00010 #define __PKIFCACHEINTERFACES_H__ 00011 00012 #if _MSC_VER > 1000 00013 #pragma once 00014 #endif // _MSC_VER > 1000 00015 00016 #include "Name.h" 00017 #include "PKIFTrustRoot.h" 00018 #include "PKIFCertificateNodeEntry.h" 00019 00020 #include "IPKIFTrustCache.h" 00021 00022 #include "IPKIFPKIRepository.h" 00023 00024 #include "IPKIFSearchCriteria.h" 00025 00026 #include "IPKIFCRLRepositoryUpdate.h" 00027 00028 #include "IPKIFCRLRepository.h" 00029 00030 #include "IPKIFCertRepositoryUpdate.h" 00031 00032 #include "IPKIFCertRepository.h" 00033 00034 #include "IPKIFTrustCacheUpdate.h" 00035 00036 #include "IPKIFCertSearch.h" 00037 00038 #include "IPKIFPKIRepositoryFull.h" 00039 00040 00041 00042 00043 #endif 00044